Commit 20b1ff06 by BellCodeEditor

save project

parent a66e57f6
Showing with 4 additions and 4 deletions
......@@ -6,6 +6,6 @@ a=goods.pop('农夫山泉')
print(goods)
goods.clear()
print(goods)
dei.goods
good = {'ww':12}
print(good)
\ No newline at end of file
del goods
goods = {'ww':12}
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