Commit 7ba30f3a by BellCodeEditor

auto save

parent f5aaf265
Showing with 3 additions and 0 deletions
...@@ -9,3 +9,5 @@ print(dict_hero) ...@@ -9,3 +9,5 @@ print(dict_hero)
print(dict_hero["洪猴子4"]) print(dict_hero["洪猴子4"])
dict_hero["洪猴子5"]=32 dict_hero["洪猴子5"]=32
print(dict_hero) print(dict_hero)
dict_hero["洪猴子11"]=25
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