Commit c2598944 by BellCodeEditor

auto save

parent 6a980f48
Showing with 7 additions and 0 deletions
cg = {'小明':66,'小刚':50,'小美':96,'小李':73,}
k = ('输入你的姓名:')
x = ('输入你的成绩:')
if k in cg:
if int(x) < cg[k]:
cg[k] = int(x)
print(k + '')
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