Wednesday, June 11, 2008

integer to string in python


Converting from 1 to '1'
===============



X = 1

str(x)

1 comment:

Anonymous said...

Thanks