How to covert ASCII to integer in Python?

Paul Rubin http
Thu Feb 22 13:36:19 EST 2007


"John" <rds1226 at sh163.net> writes:
> I just found ord(c), which convert ascii to integer.
> Anybody know what the reverse is?

chr(i)



More information about the Python-list mailing list