Commit 1ec934f4 by BellCodeEditor

save project

parent 708d9ad2
Showing with 5 additions and 1 deletions
...@@ -4,4 +4,7 @@ c={"q":79,"w":59,"e":39} ...@@ -4,4 +4,7 @@ c={"q":79,"w":59,"e":39}
# 请将"农夫山泉"删掉,并打印出新的商品信息 # 请将"农夫山泉"删掉,并打印出新的商品信息
t={"马":a,"同":b,"刘":c} t={"马":a,"同":b,"刘":c}
for i,u in t.items(): for i,u in t.items():
print(i,u) w=t[i]
print(i,end=" ")
for a,s in w.items():
print(a,s,end=" ")
\ 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