Commit 8c7d6894 by BellCodeEditor

auto save

parent 8badfe3e
Showing with 1 additions and 1 deletions
......@@ -12,7 +12,7 @@ for i in range(len(hero)):
hero.insert(i,power)
hero.insert(i-1,name)
break
print(hero[8:15])
print(hero[8:15])
......
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