permutations and combinations in python with itertools code example Example: permutations python import itertools print(list(itertools.permutations([1,2,3])))