python输入十个学生的成绩

时间:2026年06月17日 09:23:24

python输入学生成绩判断学生等级

以下是一个简单的示例代码: python score = int(input( 请输入学生成绩: )) if score = 90: print( 优秀 ) elif score = 80: print( 良好 ) elif score = 60: print( 及格 ...