Commit 4084817c by BellCodeEditor

auto save

parent d0277522
Showing with 6 additions and 4 deletions
++ "b/DDD\343\200\202py"
a={"可乐":3, "火腿":2,"面包":4}
a={"可乐":3, "火腿":2,"面包":500000}
a.pop("面包")
a["火腿"]=5
print(a)
\ No newline at end of file
for i in a.keys():
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