chrtohex

wittempj@hotmail.com martin.witte at gmail.com
Fri Feb 24 10:50:34 EST 2006


Or:
py> print hex(ord('a'))
0x61
py> print int(ord('a'))
97




More information about the Python-list mailing list