Commit 1e42d300 by BellCodeEditor

auto save

parent 0224db11
Showing with 9 additions and 0 deletions
score={'小明':34,'肖坤':37,'大聪明':45}
v=input('名字')
k=input('多少分')
if k in score:
if int(k)>score[v]
print('直接覆盖')
else:
print('很遗憾,没有覆盖')
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