Commit 0654ef28 by BellCodeEditor

save project

parent b26946e5
Showing with 7 additions and 0 deletions
goods = {'可口可口乐':3,'农夫山泉':1}
goods.pop("农夫山泉")
aa = {'111':2}
goods.update(aa)
print(goods)
\ 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