Commit 218216f5 by BellCodeEditor

auto save

parent 1b6dcf22
Showing with 4 additions and 14 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
import random
list[0,1,2,3,4,5,6,7,8,9]
\ 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