Commit 18e6089e by BellCodeEditor

auto save

parent 9deda2e7
Showing with 2 additions and 2 deletions
......@@ -12,4 +12,4 @@ for i in range(len(hero)):
if hero[-1]<power:
hero.insert(len(hero),name)
hero.insert(len(hero)+1,power)
wprint(hero)
\ No newline at end of file
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