Python实现程序判断季节的代码示例 1.用户输入月份,判断这个月是哪个季节month=int(input('Month:'))ifmonthin[3,4,5]:print('春季')elifmonthin python实现程序判断季节的代码示例