Name: Anonymous 2007-02-28 8:06 ID:hNUN74R6
Hey /g/, how do I display a float without ".0" at the end when its value is an integer? Is there a string formatting thing to do this?
>>> x = 1.0
>>> int(x)
1