Typecasting

Marco Aschwanden PPNTWIMBXFFC at spammotel.com
Tue Feb 24 09:46:50 EST 2004


Don't forget the string-library with its atof-, atoi-, atol-method:

>>> import string
>>> string.atoi('555')
555

Have a nice day,
Marco



More information about the Python-list mailing list