import random lottery1 = range(1, 40,) print("Lottery Numbers: ", random.sample(lottery1, 6))