integer to string?

Asun Friere afriere at yahoo.co.uk
Tue Jun 3 03:05:56 EDT 2003


To convert an int to a string just use str(i), where i is your int. 
You can also do i.__str__(), which should alert you to what is really
happening here.




More information about the Python-list mailing list