Commit ab547791 by BellCodeEditor

save project

parent d10962bf
Showing with 5 additions and 3 deletions
N={"农夫山泉":12} goods={"旺仔牛奶":{'名字':'旺仔牛奶','价格':12}}
for k,v in N.items(): print(goods["旺仔牛奶"])
print(k,v)
#for k,v in goods.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