Случайная программа 2 N в Python

import random

print(random.randint(0,9)) # random.randint(Starting_no, ending no.)
Handsome Hamster