Commit b25faf36 by BellCodeEditor

auto save

parent bcdd2ff9
Showing with 5 additions and 5 deletions
weather= {'北京':3,'上海':15, '广州':20,'深圳':21} info = {'得到':'e','的方':'tf','地方':'tt'}
data = weather.pop("北京") for i in info:
print(data) data = info[i]
print(weather) print(i)
\ 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