import random lottery_numbers = random.sample(range(1, 41), 6) print("Lottery Numbers:", lottery_numbers)