Commit 539db6bc by BellCodeEditor

auto save

parent 7599d1a3
Showing with 10 additions and 0 deletions
c={"兔子":89,"团团":85,"南瓜":98,"果冻":82,"草莓":92,"白泽":97}
k=input("请输入你的姓名:")
v=int(input("请输入你的成绩:"))
if k in c:
if v>c[k]:
c[k]=v
else:
c[k]=v
print(c)
\ 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