预测及格判断 👁️ 0 人浏览 💬 0 人评论 ❤️ 添加收藏 运行下面的 Python 3 程序,填写结果。score = 75 if score >= 60: print("及格") else: print("不及格")
全部评论