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