Commit cb52d677 by BellCodeEditor

auto save

parent 64f068f1
Showing with 9 additions and 0 deletions
a = {"可乐":3,"火腿":2,"紫米面包":4}
print(a["火腿"])
a["火腿"] = 5
a["只因面包"] = 999999999999999999999999999999999999999999999999999
a.pop("可乐")
print(a)
\ 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