Commit b08dcf47 by BellCodeEditor

save project

parent 669aadd1
Showing with 4 additions and 5 deletions
weather = {'hsjdfl':2,'hrshgkh':8,'dffnkng':4,'fdaffa':5} goods = {'kekoukele':3,'wangzeiliunai':4,'nongfusanqei':1,}
data = weather.pop("hsjdfl") goods.pop("nongfusanqei")
print(data) print(goods)
print(weather) \ 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