Commit 9523c0d0 by BellCodeEditor

auto save

parent eaf18701
Showing with 5 additions and 3 deletions
......@@ -11,5 +11,7 @@ for i in range(len(hero)):
break
elif hero[-1]<power:
hero.append(name)
hero.append(power)
print(hero)
\ No newline at end of file
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