Commit 3f409ec5 by BellCodeEditor

save project

parent e2911223
Showing with 11 additions and 0 deletions
score={'熙熙':100,'呼呼':189,'鱼鱼':150}
k=input('你的名字叫什么?')
v=input('你的成绩是多少?')
if k in score:
if int(v)>score[k]:
score[k]=int(v)
else:
print('成绩为更新')
else:
score[k]=int(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