Commit 62ec2b21 by BellCodeEditor

save project

parent 0e0dc19e
Showing with 3 additions and 2 deletions
dict_s={a:1,b:2,c:3}
dict_s={'a':1,'b':2,'c':3}
dict_s['b'] = 3
print(dict_s)
\ 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