import itertools as i print(list(i.permutations(list(range(100)))))