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