Commit 57f0b6f1 by BellCodeEditor

save project

parent f1cfacd6
Showing with 2 additions and 0 deletions
...@@ -16,5 +16,7 @@ dict_hero={'q':1,'w':2} ...@@ -16,5 +16,7 @@ dict_hero={'q':1,'w':2}
print(dict_hero) print(dict_hero)
dict_hero['q']=4 dict_hero['q']=4
print(dict_hero) print(dict_hero)
dict_hero['e']=3
print(dict_hero)
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