Commit ba754a11 by BellCodeEditor

save project

parent 38abb358
Showing with 7 additions and 1 deletions
......@@ -8,6 +8,12 @@ for i in range(len(list_hero)):
list_hero.insert(i,power)
break
print(list_hero)
dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30}
dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30,'李睿泽':0}
dict_hero['猴队长']=0
dict_hero['李睿泽']="无限"
dict_hero['猴七']=0
dict_hero['猴五']=0
dict_hero['猴一']=0
dict_hero['猴三']=0
dict_hero['猴九']=0
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