From d63047d22c336ddc277accbc17fdf7ed5cf573a8 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 28 May 2022 17:24:04 +0800
Subject: [PATCH] save project

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

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
--
libgit2 0.25.0