On Dec 12, 4:48 am, [email protected] wrote: > int('\xf0',16) doesn't work, any way to do that?
hex(ord('\xf0'))
HTH,
Pete
--
http://mail.python.org/mailman/listinfo/python-list
On Dec 12, 4:48 am, [email protected] wrote: > int('\xf0',16) doesn't work, any way to do that?
hex(ord('\xf0'))
HTH,
Pete
--
http://mail.python.org/mailman/listinfo/python-list