Commit 9e3db3d8 by BellCodeEditor

save project

parent 25971299
Showing with 14 additions and 0 deletions
s={"一":89,"二":90,"三":91}
k=input("请输入你的名字")
y=int(input("请输入你的分数:"))
if k in s:
if y>s[k]:
s[k]=y
print(s)
else:
print(s)
else:
s[k]=y
print("已帮您上传数据")
print(s)
\ 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