Commit 2d0a94d3 by BellCodeEditor

save project

parent 4064d32f
Showing with 13 additions and 0 deletions
li={'冷酷':35,'救护法规':1,'历史会更好的规定时速欲购从速员工持股股东嘎斯改的孤独感':99,'李博远':100}
k=input('你叫什么名字呀?:')
v=input('你最近考多少呀?:')
if k in li:
if int(v)>li[k]:
li[k]=int(v)
print(k+'你成绩最近最高分是'+v+'分')
else:
print('亲爱的'+k+'你成绩没有过')
else:
li[k]=int(v)
print('亲爱的'+k+'你成绩录好了')
\ 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