Commit 25521e5a by BellCodeEditor

save project

parent 83b73772
Showing with 13 additions and 0 deletions
men={1:58,2:88,3:63}
name=input("姓名")
score=int(input("成绩"))
if name in men:
if score > men[name]
men[name]=score
print("刷新")
else:
print("不刷新")
else:
men[name]=score
print((name+"添加"))
\ 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