import random num1 = (random.sample(range (1,40),6)) print("Here is your chance to win $1,000,000!") print("Your Lottery Numbers Are, " , num1) print("You Are a Loser")