预测提示信息 👁️ 0 人浏览 💬 0 人评论 ❤️ 添加收藏 运行下面的 Python 3 程序,填写结果。s = 150 if s < 0 or s > 100: print("成绩必须在0到100之间") else: print(s)
全部评论