converting an integer to a string

Delaney, Timothy C (Timothy) tdelaney at avaya.com
Tue Aug 5 22:57:16 EDT 2003


> From: Ken Fettig [mailto:kenfettig at btinet.net]
> 
> I have a quick simple question. How do you convert an integer 
> to a string in Python?

Same way you convert everything else - str().

You have read the the tutorial haven't you?

Tim Delaney





More information about the Python-list mailing list