Commit cb01ae59 by BellCodeEditor

save project

parent 64c358c8
Showing with 1 additions and 1 deletions
...@@ -14,4 +14,4 @@ print(dict_hero['猴五']) ...@@ -14,4 +14,4 @@ print(dict_hero['猴五'])
dict_hero['猴五']=35 dict_hero['猴五']=35
print(dict_hero['猴五']) print(dict_hero['猴五'])
if '猴三' in dict_hero: if '猴三' in dict_hero:
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