[Python] 미니 게임 만들기(로또, 숫자 야구 게임) 1. 로또 게임 import random def draw_winning_numbers()://7개의 랜덤 숫자를 뽑는다 num_list = [] i = 0 while i 코딩 2023.12.25