Commit 9523c0d0 by BellCodeEditor

auto save

parent eaf18701
Showing with 3 additions and 0 deletions
......@@ -12,4 +12,6 @@ for i in range(len(hero)):
elif hero[-1]<power:
hero.append(name)
hero.append(power)
break
print(hero)
print(hero[])
\ 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