Commit 9406a4ac by BellCodeEditor

save project

parent 8947f1fc
Showing with 9 additions and 0 deletions
s1={'语文':99,'数学':98,'英语':99}
s2={'语文':100,'数学':96,'英语':97}
s3={'语文':101,'数学':110,'英语':94}
score={'悟空':s1,'小贝':s2,'诺依':s3}
name = input("名字:")
info= score[name]
for k,v in info.items():
print(k,v)
\ 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