Commit 54cef37f by BellCodeEditor

save project

parent 7df1522c
Showing with 4 additions and 1 deletions
...@@ -17,5 +17,8 @@ for i in range(len(dict_hero)): ...@@ -17,5 +17,8 @@ for i in range(len(dict_hero)):
dict_hero.insert(i,power) dict_hero.insert(i,power)
break break
print(dict_hero['猴队长']) print(dict_hero['猴队长'])
dict_hero['猴七']=60 dict_hero['猴七']=60
dict_hero['猴八']=70
if '猴五' in dict_hero:
print('Ture')
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