chrtohex

Diez B. Roggisch deets at nospam.web.de
Fri Feb 24 10:26:23 EST 2006


luca72 wrote:

> Hello again my friends
> 
> here's my new problem.
> 
> How i can translate chr in to hex or int to integer value?

print "%x" % ord('a')

Diez





More information about the Python-list mailing list