Commit a10e382f by BellCodeEditor

save project

parent fb59c1b8
Showing with 2 additions and 1 deletions
...@@ -4,4 +4,5 @@ dict_hero={"a":1,"b":2,"c":3,"d":4} ...@@ -4,4 +4,5 @@ dict_hero={"a":1,"b":2,"c":3,"d":4}
print(dict_hero["a"]) print(dict_hero["a"])
dict_hero["b"]=3 dict_hero["b"]=3
print(dict_hero["b"]) print(dict_hero["b"])
dict_hero["f"]=5
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