From 6c6053fe95a4e5d465bfdcf260e65ed321bea2a9 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 17 Jul 2021 15:30:59 +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..8d3cdf2 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
+print(hero)
+print(hero[8:15])
\ No newline at end of file
--
libgit2 0.25.0