Commit 2db62002 by BellCodeEditor

auto save

parent 0654ef28
Showing with 2 additions and 7 deletions
goods = {'可口可口乐':3,'农夫山泉':1} good=
goods.pop("农夫山泉") \ No newline at end of file
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