Skip to content

Instantly share code, notes, and snippets.

@BeanBagKing
Created April 7, 2016 19:15
Embed
What would you like to do?
import sys
for x in range(1,256):
sys.stdout.write("\\x" + '{:02x}'.format(x))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment