Escolha aleatória sem substituição Python

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