Commit ea2eb880 by BellCodeEditor

save project

parent 0ea626c3
Showing with 220 additions and 0 deletions
a={"可乐":3,"火腿":2,"面包":4}
print(a["火腿"])
a["火腿"]=5
print(a)
a["核弹"]=10000000000
print(a)
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