python输入学生成绩判断学生等级 以下是一个简单的示例代码: python score = int(input( 请输入学生成绩: )) if score = 90: print( 优秀 ) elif score = 80: print( 良好 ) elif score = 60: print( 及格 ...
python应用(313)python输入学生成绩,打印学生总成绩 #python #python编程 ... 2025年1月21日 - 请输入语文成绩:90 mat=int(input( 请输入数学成绩: )) 请输入数学成绩:90 语文:90,数学:90,英语:90 请输入英语成绩:90 return chi+mat+eng #python应...