Commit 9f3fdf2c by BellCodeEditor

save project

parent 8a2a4f2f
Showing with 5 additions and 0 deletions
a={'是的':10,'是':20}
print(a)
print(a['是'])
a['sg']=30
print(a)
a['是']=40
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