Python случайное целое число между минем, максимум

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