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