Commit ccb15f26 by BellCodeEditor

save project

parent 303c2286
Showing with 9 additions and 2 deletions
dict
\ No newline at end of file
dict={"形放":56,"反对":190}
k=input("请输入名字")
v=input("请输入成绩")
if k in dict:
if int(v)>dict[k]:
dict[k]=int(v)
else:
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