SoggyBiscuit@tg says to YSITD
import random a = list(range(1, 101)) random.shuffle(a) print(a)