Commit fcf3f858 by BellCodeEditor

auto save

parent 48867027
Showing with 10 additions and 3 deletions
......@@ -10,9 +10,16 @@
# print(list_hero)
# 请注释掉上面的代码,并在下一行创建一个名为dict_hero的字典
dict_hero={'拉稀哥':10,'黄金小牛马':21,'龟儿子':22,'屎马桶':29,'老八':30}
print(dict_hero['老八'])
dict_hero['老八']=32
print(dict_hero['老八'])
# print(dict_hero['老八'])
# dict_hero['老八']=32
# print(dict_hero['老八']
dict_hero['小布溜']=25
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