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