Skip to content

Instantly share code, notes, and snippets.

@heartpunk
Last active March 3, 2016 16:34
Show Gist options
  • Save heartpunk/1a208d13c8909a260871 to your computer and use it in GitHub Desktop.
Save heartpunk/1a208d13c8909a260871 to your computer and use it in GitHub Desktop.
vals = []
for a in range(10):
for b in range(10):
for c in range(10):
vals.append((a,b,c))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment