Commit 1b6dcf22 by BellCodeEditor

save project

parent 4a317ec5
Showing with 14 additions and 0 deletions
math=float(input("数学:"))
chinese=float(input("语文:"))
english=float(input("英语:"))
score=math+chinese+english
print(score)
if score>=270:
print("优秀")
elif score>=240:
print("良好")
elif score>=180:
print("合格")
else:
print("不合格")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment