Choix aléatoire sans python de remplacement

import random
random.sample(range(10), k=2)
XeN0N