Commit fb630b7d by BellCodeEditor

save project

parent 83b73772
Showing with 10 additions and 0 deletions
c={'小明':80,'坤坤':97,'篮球'93'唱跳rap'94}
k=input("你要查询的名字:")
v=input("最新成绩:")
if k in c
if int(v)>c[k]:
print("你的成绩已刷新")
else:
c[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