From 0099050dc470f2de6a4e6cec7f460e155b4c76c3 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 26 Dec 2020 19:32:27 +0800
Subject: [PATCH] save project

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

diff --git a/diy.py b/diy.py
index 8c4eec1..fcd680d 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)
-print(hero)
\ No newline at end of file
+        break
+print(hero[])
--
libgit2 0.25.0