import random num = random.sample(range(41),6) print("Your lottery numbers are: ", num)