diff --git a/diy.py b/diy.py index 485fb8a..00ad182 100644 --- a/diy.py +++ b/diy.py @@ -8,5 +8,5 @@ for i in range(len(hero)): if i%2==1 and hero[i]>=power: hero.insert(i-1,name) hero.insert(i,power) + break print(hero) -break \ No newline at end of file