=90: print("优")elif score>=80: print("良")elif score>=70: print("中")elif score>=60: print("及格")else: print("不及格")_编写程序:输入学生的成绩score,能够按分数输出具等级:score290万优。90>score">
当前位置:   article > 正文

Python语言-输入学生的成绩score,按分数输出其等级:score≥90为优,90>score≥80为良,80>score≥70为中等,70>score≥60为及格,score<60为不及格。_编写程序:输入学生的成绩score,能够按分数输出具等级:score290万优。90>score

编写程序:输入学生的成绩score,能够按分数输出具等级:score290万优。90>score
score=int(input("请输入成绩"))
if score>=90:
    print("优")
elif score>=80:
    print("良")
elif score>=70:
    print("中")
elif score>=60:
    print("及格")
else:
    print("不及格")
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/496385
推荐阅读
相关标签
  

闽ICP备14008679号