Commit c0498979 by BellCodeEditor

save project

parent 9634851b
Showing with 7 additions and 0 deletions
dict_hero = {'a':1,'b':2,'c':3,'d':4,'e':5}
print(dict_hero)
print(dict_hero['b'])
dict_hero['e'] = 10
dict_hero['d'] = 8
print(dict_hero)
\ 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