Commit d14e5777 by BellCodeEditor

auto save

parent a86d8d81
Showing with 2 additions and 1 deletions
...@@ -14,5 +14,5 @@ print(dict_hero) ...@@ -14,5 +14,5 @@ print(dict_hero)
print(dict_hero["钟柔"])#取值 print(dict_hero["钟柔"])#取值
dict_hero["钟柔"]=80#修改值 dict_hero["钟柔"]=80#修改值
dict_hero["骆家豪"] = 0
print(dict_hero) 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