Commit e251ce9c by BellCodeEditor

save project

parent 19b94609
Showing with 13 additions and 0 deletions
score={'a':80,'b':90,'c':85,'d':95}
k=input('名字')
v=input('成绩')
if k in score:
if score[k]<int(v):
score[k]=int(v)
print(k+'成绩'+v+'分')
else:
print('未刷新')
else:
score[k]=int(v)
print('上传')
\ 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