import random num = random.sample( range( 100 ), 6 ) print( "Lottery Numbers:",num )