Commit 22ade67f by BellCodeEditor

auto save

parent 6895319d
Showing with 4 additions and 2 deletions
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
# 请注释掉上面的代码,并在下一行创建一个名为dict_hero的字典 # 请注释掉上面的代码,并在下一行创建一个名为dict_hero的字典
dict_hero={'猴一':10,'猴二':21,'猴五':22,'猴队长':29} dict_hero={'猴一':10,'猴二':21,'猴五':22,'猴队长':29}
print(dict_hero) print(dict_hero)
print(dict_hero["猴队长"]) # print(dict_hero["猴二"])
dict_hero["猴二"]=50 # dict_hero["猴二"]=50
# print(dict_hero)
dict_hero["猴子"]=100
print(dict_hero) 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