import random lottery = random.sample(range(1, 40), 6) print("lottery numbers: ", lottery) #finished