Commit 5239b604 by BellCodeEditor

save project

parent 65e810e2
Showing with 2 additions and 2 deletions
...@@ -8,4 +8,4 @@ for i in range(len(list_hero)): ...@@ -8,4 +8,4 @@ for i in range(len(list_hero)):
dict_hero.insert(i,power) dict_hero.insert(i,power)
break break
dict_hero['猴七']=32 dict_hero['猴七']=32
print(dict_hero) print(dict_hero['猴七'])
\ No newline at end of file \ 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