how to draw two random elements in a list with repeating in python code example Example: random.choices without repetition random.sample(range(1, 16), 3)