how to convert an integer to a string?

Joonas Paalasmaa joonas at olen.to
Fri Apr 5 10:16:02 EST 2002


Sascha Ernst wrote:
> thanx, sascha
> 
> 
> 

Q: how to convert an integer to a string?

A:
integer = 1
integerstring = str(integer)




More information about the Python-list mailing list