Skip to content

Instantly share code, notes, and snippets.

@cburmeister
Created November 2, 2013 19:46
Show Gist options
  • Save cburmeister/7282768 to your computer and use it in GitHub Desktop.
Save cburmeister/7282768 to your computer and use it in GitHub Desktop.
alphabet = [[chr(x), chr(x)] for x in range(65, 91)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment