Simple question, sorry I can;t figure this out. I have some numbers that are made by float(STRING) and they are displayed as xxx.0, but I want them to end in .00 if it is indeed a whole number. How would I do this?
Thanks!
EDIT:
Python saiys that float doesn't have a cal 'format()'