Commit a05e35df by BellCodeEditor

save project

parent 83b73772
Showing with 13 additions and 0 deletions
score={'颜谭旭':0,'刘圳皓':0,'唐成':100}
k=input("名字")
l=input("成绩")
if k in score:
if int(l)>score[k]:
score[k]=int(l)
print("亲爱的"+k+"同学,你有进步")
elif int(l)<score[k]:
print("你被out了")
else:
score[k]=int(l)
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