If you are not using integer or floor to read those you will get a long string of decimal places probably longer than your text is set for so it won't show up.
You can resize the text box if you need the decimals or use int() or floor() with your variables to get just the whole number.