Skip to content

Instantly share code, notes, and snippets.

@apolloclark
Created March 5, 2016 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apolloclark/679460416113c7612107 to your computer and use it in GitHub Desktop.
Save apolloclark/679460416113c7612107 to your computer and use it in GitHub Desktop.
print all 255 ASCII characters in hex
for x in range(255): print hex(x),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment