Commit 0dc6c749 by BellCodeEditor

save project

parent e0415dc0
Pipeline #3508 failed in 0 seconds
Showing with 7 additions and 3 deletions
dict_a = {'1':11,'2':22,'3':33,'4':44,'5':55} dict_a = {'1':11,'2':22,'3':33,'4':44,'5':55}
(len(dict_a)) print (dict_a)
print (a) a = dict_a
\ No newline at end of file a['5']=66
print(a['5'])
a['5']=6
print(a['5'])
\ 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