Commit 13b18771 by BellCodeEditor

save project

parent 19b9c228
Showing with 4 additions and 2 deletions
q={}
q["q"]=11
q={'q': 11, 'a': 1234567890}
q["q"]=15
q["a"]=1234567890
print(q)
......
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