random.choices без повторения
random.sample(range(1, 16), 3)
HosseinZaaferani
random.sample(range(1, 16), 3)