Integer -> String

Erik Max Francis max at alcyone.com
Wed Oct 18 12:40:10 EDT 2000


joonas wrote:

> How can i convert integer into srtring and string into integer.

The int and str functions.  You can also use eval and repr (or
backticks), respectively.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ To love without criticism is to be betrayed.
\__/ Djuna Barnes
    Kepler's laws / http://www.alcyone.com/max/physics/kepler/
 A proof of Kepler's laws.



More information about the Python-list mailing list