Commit e87ab0a9 by BellCodeEditor

save project

parent 83b73772
Showing with 16 additions and 0 deletions
score={"马一朔":0,"董双睿":0,"郭方俊杰":0,"刘佳轩":0}
k=input("你叫啥")
v=input("你考了多少分")
if k in score:
if int(v)>score[k]:
score[k]=int(v)
print("你TM考高了")
else:
print("你考了什么东西")
else:
score[k]=int(v)
print("录入成功")
\ 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