import random print("Lottery game", random.sample(range(1,41),6)) #works