코드 import random ##함수 def getNumber(): return random.randrange(1,46) #1~45 ##변수 lotto=[] num=0 #메인 print("로또 추첨을 시작합니다.\n"); while True : …