import random rng=random.sample(range(40), 6) print("Lottery numbers:", rng)