Skip to content

Instantly share code, notes, and snippets.

@arthuralvim
Created May 14, 2015 11:44
Show Gist options
  • Select an option

  • Save arthuralvim/292b41b795daadb02937 to your computer and use it in GitHub Desktop.

Select an option

Save arthuralvim/292b41b795daadb02937 to your computer and use it in GitHub Desktop.
Estudo sobre o itertools.
from itertools import permutations
from itertools import combinations
from itertools import combinations_with_replacement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment