Commit 9ed3bf7f by BellCodeEditor

save project

parent 72b35955
Showing with 9 additions and 0 deletions
a{'是':12'发':13'好':14' 就'15'个':16'}
z=input("名字是啥")
s=input("最新成绩")
if z in a:
if int(s) > a[z]:
a[z]=int(s)
print('z'+'同学,最新成绩更新为'+s+'')
else
print('z'+'同学你成绩没刷新')
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