hex to normal chars?

Emile van Sebille emile at fenx.com
Sat Feb 2 18:09:32 EST 2002


"maximilianscherr" <MaximilianScherr at T-Online.de> wrote in message
news:mailman.1012690087.19312.python-list at python.org...
> how can i transfer hex numbers to normal chars, like "41" to "A" etc.?
>

>>> chr(int("41",16))

--

Emile van Sebille
emile at fenx.com

---------




More information about the Python-list mailing list