Commit 708d9ad2 by BellCodeEditor

save project

parent 42e70456
Showing with 6 additions and 6 deletions
goods = {'语文':91,'数学':88,'q':85}
for i,u in items():
print(i,u)
a={"q":99,"w":99,"e":99}
b={"q":89,"w":69,"e":49}
c={"q":79,"w":59,"e":39}
# 请将"农夫山泉"删掉,并打印出新的商品信息
t={"马":a,"同":b,"刘":c}
for i,u in t.items():
print(i,u)
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