1872: 春夏秋冬季节判断 摘要:解题思路:注意事项:参考代码:n = int(input())if 3<= n <6: print('Spring')elif 6<=n < 10: print('…… 题解列表 2022年01月04日 0 点赞 0 评论 217 浏览 评分:2.0