Commit dd5b5ce0 by BellCodeEditor

auto save

parent 6a980f48
Showing with 44 additions and 0 deletions
......@@ -12,3 +12,47 @@ v=input('请输入水果价钱:')
else:
cost[k] = float(v)
print(k+'的价钱'+v+'元已上传~')
weather={"北京"8,"上海":15,"广州":20,"深圳":21}
data = weather.pop("北京")
print(data)
print(wether)
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