generate all combinations of m from list of values n python code example Example: permutations python import itertools print(list(itertools.permutations([1,2,3])))