How to covert ASCII to integer in Python?
Paul Rubin
http
Thu Feb 22 13:36:19 EST 2007
More information about the Python-list mailing list
Thu Feb 22 13:36:19 EST 2007
- Previous message (by thread): How to covert ASCII to integer in Python?
- Next message (by thread): How to covert ASCII to integer in Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"John" <rds1226 at sh163.net> writes: > I just found ord(c), which convert ascii to integer. > Anybody know what the reverse is? chr(i)
- Previous message (by thread): How to covert ASCII to integer in Python?
- Next message (by thread): How to covert ASCII to integer in Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list