How to covert ASCII to integer in Python?

Skonieczny, Chris Skonieczny.C at emssatcom.com
Fri May 30 05:16:45 EDT 2008


YOU SHOULD REMOVE or CORRECT YOUR POST here: 
http://mail.python.org/pipermail/python-list/2007-February/427841.html  
 
It is not true - eg. try : 
a='P'            # P is ASCII , isn't it ? 
b=int(a)
and what you will get ? An error !!!
 
Or probably you yourself should - quote : 
"You probably should go through the tutorial ASAP that is located here:

http://docs.python.org/tut/ "

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080530/2528002c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Ivy.gif
Type: image/gif
Size: 5665 bytes
Desc: Ivy.gif
URL: <http://mail.python.org/pipermail/python-list/attachments/20080530/2528002c/attachment.gif>


More information about the Python-list mailing list