Commit bfd4b90b by BellCodeEditor

save project

parent bcd907f2
Showing with 8 additions and 0 deletions
z={'一':10,'二':20,'五'50}
z={'一':10,'二':20,'五'50}
print(z["一"])
z["一"]=30
print(z)
z["奇"]=13
print(z)
\ 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