Commit 996f773e by BellCodeEditor

auto save

parent f8b4368b
Showing with 3 additions and 0 deletions
...@@ -6,4 +6,6 @@ print(len(dict_hero)) ...@@ -6,4 +6,6 @@ print(len(dict_hero))
list_hero[3]=50 list_hero[3]=50
print(list_hero) print(list_hero)
dict_hero['周亮']=100 dict_hero['周亮']=100
print(dict_hero)
dict_hero['小贝']=70
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