Commit 578f95af by BellCodeEditor

save project

parent 246fdd93
Showing with 4 additions and 0 deletions
dict_hero={'a':11,'b':12,'c':13,'d':14,'e':15} dict_hero={'a':11,'b':12,'c':13,'d':14,'e':15}
dict_hero['b']=32
print(dict_hero) print(dict_hero)
print(dict_hero['a'])
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