Skip to content

Instantly share code, notes, and snippets.

@bensonk
Created August 31, 2011 20:19
Show Gist options
  • Select an option

  • Save bensonk/1184601 to your computer and use it in GitHub Desktop.

Select an option

Save bensonk/1184601 to your computer and use it in GitHub Desktop.
for i in range(ord('a'), ord('z')):
print "{0:d}\t{0:b}".format(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment