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


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to