converting between data types

Jason Orendorff jason at jorendorff.com
Fri Feb 1 23:51:32 EST 2002


> I would like to know how to convert a string into a number.

Use int() or float().






More information about the Python-list mailing list