Converting a floating point number to a string

Justin Sheehy dworkin at ccs.neu.edu
Sat Feb 26 15:24:15 EST 2000


kurtn at my-deja.com writes:

> As the subject says I would like to convert a floating point number
> to a string

>>> str(0.1)
'0.1'

-Justin

 





More information about the Python-list mailing list