Commit fb91edb8 by BellCodeEditor

save project

parent 7d239b0c
Showing with 7 additions and 2 deletions
goods = {"语文":135,"数学":146,"英语":150} goods1 ={"语文":135,"数学":146,"英语":150}
for k,v in goods.items(): goods2 ={"语文":124,"数学":128,"英语":80}
goods3 ={"语文":123,"数学":142,"英语":59}
goods4 ={"郭一博":goods1,"杜浩杨":goods2,"罗照成":goods3}
name=input("名字")
info=goods4[name]
for k,v in info.items():
print(k,v) 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