Commit 3a9eb152 by BellCodeEditor

save project

parent 3072a7d5
Showing with 3 additions and 0 deletions
......@@ -14,3 +14,6 @@ print(dict_hero)
dict_hero['猴一']=66
print(dict_hero['猴一'])
if "猴队长" in 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