a) List all the 3-permutations of S. code example Example: all permutations python import itertools print(list(itertools.permutations([1,2,3])))