Commit af2ddc1c by BellCodeEditor

save project

parent 84eb85e2
Showing with 3 additions and 2 deletions
a1={'语':100,'数':99,'英':98}
a2={'语':97,'数':96,'英':95}
a3={'语':94,'数':93,'英':92}
score={'猴哥':a1,'猴子';a2,'猴孙':a3}
input('你叫什么')
score={'猴哥':a1,'猴子':a2,'猴孙':a3}
name=input('名字:')
info=score[name]
for k,v in info.items():
print(k,v)
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