From c84346b73deecbbfa70d856c75e7f055fa448c38 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 31 Dec 2023 13:39:14 +0800
Subject: [PATCH] save project

---
 diy.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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