Commit b25faf36 by BellCodeEditor

auto save

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