Commit a33b1280 by BellCodeEditor

auto save

parent 46a8dcb1
Showing with 19 additions and 0 deletions
a={"可乐":3,"火腿":2,"面包":4}
a["火腿"]=5
a["km"]=5
a.pop("火腿")
print(a)
a.keys()
print(a)
a.values
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