convert float numbers to hex
- by jordan2010
I am quite new in Python and I am looking for converting numbers from decimal to hex
How to convert float numbers to hex or char in Python 2.4.3?
how can I keep it to write it as ("\xa5\x (here the new hex number)")
any help
Thanks,