Commit 8cf70b5c by BellCodeEditor

save project

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