Holen Sie sich n zufällige Zahlen von x bis y Python

import random
random.sample(range(31), 10) 
Tremendous Enceladus