Commit 43bf40f7 by BellCodeEditor

save project

parent 41fa2426
Showing with 2 additions and 0 deletions
......@@ -2,6 +2,8 @@ g = {'可口可乐':3,'旺仔牛奶':4,'农夫山泉':1,'辣条':3,'巴西烤肉
for k,v in g.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