Commit 2598d46c by BellCodeEditor

save project

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