Guido van Rossum <guido at python.org> writes: > And I think that what you really wanted is probably closer to this: > > >>> import binascii > >>> binascii.hexlify('ABC') > '414243' > >>> Or >>> 'ABC'.encode('hex_codec') '414243' >>> '414243'.decode('hex_codec') 'ABC' /Bob
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4