Commit 0ae3a028 by BellCodeEditor

save project

parent 741b2f98
Showing with 4 additions and 2 deletions
...@@ -12,4 +12,6 @@ for i in range(len(dict_hero)): ...@@ -12,4 +12,6 @@ for i in range(len(dict_hero)):
""" """
dict_hero['猴七']=32 dict_hero['猴七']=32
print(dict_hero['猴队长']) print(dict_hero['猴队长'])
print(dict_hero['猴七']) print(dict_hero['猴七'])
\ No newline at end of file if '猴队长'in dict_hero:
print()
\ No newline at end of file
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