Typecasting
ketulp_baroda at yahoo.com
ketulp_baroda at yahoo.com
Mon Feb 23 09:54:41 EST 2004
"Shah, Rajesh \(GE Consumer & Industrial\)" <Rajesh.Shah at ge.com> wrote in message news:<mailman.198.1077534828.27104.python-list at python.org>...
> Hi Everybody,
>
> Can you guide me to convert string into Int datatype?
> (i.e. How can we convert string into int? like '555' into 555)
>
> Thanks in advance.
>
> ~Rajesh
Hi Rajesh,
Just do int('555')
Bye
More information about the Python-list
mailing list