Commit 2dd4b6e8 by BellCodeEditor

save project

parent bddbe8fb
Showing with 4 additions and 5 deletions
w={'b':1,'c':2,'d':3} goods={'1':3,'2':4,'3':5}
data = w.pop('b') goods.pop('3')
print(data) print(goods)
print(w) \ No newline at end of file
\ 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