原创 python第六天上機練習

“”" 練習:根據輸入的季節獲取對應的月份 “”" while True: dict_season = dict([ ("春", (1, 2, 3)), ("夏", (4, 5, 6)),