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