import random numbers = random.sample(range(0, 41), 6) print("Lottery numbers:", numbers)