how to use the random module with a list in python without using the choice function code example Example: random.choices without repetition random.sample(range(1, 16), 3)