Skip to content

Instantly share code, notes, and snippets.

@tknhs
Created November 26, 2013 16:46
Show Gist options
  • Save tknhs/7661685 to your computer and use it in GitHub Desktop.
Save tknhs/7661685 to your computer and use it in GitHub Desktop.
順列生成
from itertools import permutations
[i for i in permutations(range(0, 2))]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment