Commit b764b78a by BellCodeEditor

save project

parent 83b73772
Showing with 12 additions and 0 deletions
e={'1':97,'2':99,'3':100}
name=("姓名")
score=int(input("成绩"))
if name in e:
if score>e[name]:
e[name]=score
print("成绩已刷新")
else:
print("成绩刷新")
else:
e[name]=score
print(name+"已添加")
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