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