From bd5f6f12c4baa02ebe4de18f8757d3e19bcb52fb Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Tue, 4 May 2021 19:27:11 +0800
Subject: [PATCH] save project

---
 diy.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/diy.py b/diy.py
index 8c4eec1..e5e4ba0 100644
--- a/diy.py
+++ b/diy.py
@@ -8,4 +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)
\ No newline at end of file
--
libgit2 0.25.0