Commit 27e4b9cb by BellCodeEditor

auto save

parent 18d16995
Showing with 17 additions and 0 deletions
ss= {'糖糖':99,'黄雨研':92,'张一果':93,'王晨睿':90,'周伽伊':94,'周杰伦':56,'梁朝伟':76,'小李子':35,'刘德华':88}
a=input('你叫什么?:')
d=input('你的分数是多少?:')
if a in ss:
print('你的成绩已上传!')
else:
print('找错地方了')
exit()
c=input('你的分数是多少?:')
if c > d :
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