Commit f971b00b by BellCodeEditor

save project

parent de0bb966
Showing with 11 additions and 0 deletions
store={'小明':76,'小丽':58,'小美':100}
k=input('你叫什么名字')
v=input('你的成绩是多少')
if k in store:
if int(v)>store[k]:
store[k]=int(v)
else:
print('未更新')
else:
store[k]=v
print('已上传')
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