Created
June 8, 2020 03:30
-
-
Save eustin/8828a1a09b96730e14ce8e9fae17bb72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all_permutations = list(itertools.permutations(objects_to_rank)) | |
for x in sorted(all_permutations): | |
print(x) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment