# Combobox = 리스트 중 하나 선택 가능, 값 입력 가능한 위젯 months = [str(i) + "월" for i in range(1, 13)] month_combobox = ttk.Combobox(root ...