print("Heres your lottery numbers") import random Num = random.sample(range(1, 31), 5) print(Num)