Commit fdb73b7c by BellCodeEditor

auto save

parent 1966d01d
Showing with 1 additions and 10 deletions
score={'文生':77,'读幅':58,'度为':100,} score={'文生':77,'读幅':58,'度为':100,}
k=input('名') print(
v=input('分')
if k in score:
if int(v)>score[k]:
print(k,'分数已上传')
else:
print('sorry')
else:
print('xixi')
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