Skip to content

Instantly share code, notes, and snippets.

@dhermes
Created September 29, 2014 01:20
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 dhermes/bb0eb84c951a05bb8944 to your computer and use it in GitHub Desktop.
Save dhermes/bb0eb84c951a05bb8944 to your computer and use it in GitHub Desktop.
>>> len(list(itertools.product((0, 1), repeat=5)))
32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment