Commit d9fd4b89 by BellCodeEditor

save project

parent 5ef5dbb2
Showing with 23 additions and 1 deletions
cj={}
k=input("名字是什么?")
v=input("成绩是多少")
if k in cj:
if int(v)>cj[k]:
cj[k]=int(v)
print("更新"+k+"的成绩完成")
else:
print("不需要")
else:
cj[k]=int(v)
print("添加"+k+"的成绩完成")
\ No newline at end of file
-- "a/\357\275\220\357\275\231" cj={}
cj={}
k=input()
v=input
if k in
\ 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