import random num = random.sample(range(100),6) print("Your Lottery number are",num)