Commit 196b33e9 by BellCodeEditor

auto save

parent 2aa82578
Showing with 5 additions and 4 deletions
import func
data = func.new_input()
score=func.sum_price(data)
print("总分"+str(score))
weather={"北京":8,"上海":15,"杭州":15}
data=weather.pop("北京")
del weather['上海']
print(weather)
\ 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