import random as rnd x=int(input("Enter a number: ")) y=int(input("Enter a number: ")) num=rnd.randint(x,y) print(num)