Commit 19763304 by BellCodeEditor

save project

parent 187ebf38
Showing with 14 additions and 0 deletions
a{"a"}
\ No newline at end of file
a={"a":100,"a2":81,"a3":85
}
k=input("学生姓名")
v=input("学生分数")
if k in a:
if int(v)>a[k]
prink("已经更新")
else:
prink("没有更新")
else:
prink("更新第一次成绩")
\ 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