permutations of a list in python in O(1) code example Example: all permutations python import itertools print(list(itertools.permutations([1,2,3])))