From 8898df90d8dabdeb335747a866ef555ac483f2ca Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Tue, 4 May 2021 15:27:37 +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