Commit b166008b by BellCodeEditor

save project

parent bae3cf0f
Showing with 2 additions and 0 deletions
......@@ -12,5 +12,7 @@ print(list_hero)
print(list_hero['猴队长'])
list_hero['猴七']=32
list_hero["猴十"]=25
if "猴十" in list_hero:
print(list_hero["猴十"])
# 请注释掉上面的代码,并在下一行创建一个名为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