Commit 225d518e by BellCodeEditor

save project

parent 49927891
Showing with 0 additions and 10 deletions
a={"j":78,"y":0}
k=input("请输入名字")
v=input("请输入成绩")
if k in a:
if int(v)>a[k]:
a[k]=int(v)
else:
a[k]=int(v)
print(a)
\ 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