stringtools/_examples_/hexlify.py

7 lines
144 B
Python
Raw Normal View History

2021-01-03 21:04:15 +01:00
import sys
sys.path.append('../..')
import stringtools
print(stringtools.hexlify(b'A stringexample with non printable characters like \x12'))