Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save heartpunk/c91eaa8a4c7942d0c00b to your computer and use it in GitHub Desktop.
Save heartpunk/c91eaa8a4c7942d0c00b to your computer and use it in GitHub Desktop.
vals = [(a,b,c) for a in range(10) for b in range(10) for c in range(10)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment