import random num1 = (random.sample(range (1,40),6)) print("Your lottery numbers are:", num1)