Nombre entier aléatoire python entre min, max

import random
print(random.randint(0,9))
Frightened Ferret