Commit 1966d01d by BellCodeEditor

auto save

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