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