Commit 9884382c by BellCodeEditor

auto save

parent 0d2489aa
Showing with 8 additions and 0 deletions
score={'李彦宏':77,'马化腾':86,'骷髅':100,'马云':120}
k=input('请输入您的名字')
v=input('请输入您的成绩')
if k in score:
if int(v)>score[k]:
score[k]=int(v)
\ 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