Random.choices sans répétition
random.sample(range(1, 16), 3)
HosseinZaaferani
random.sample(range(1, 16), 3)