From 10bfeef650baf13cb0b67976d30ddea241eeaf8f Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Mon, 3 Jul 2023 10:39:43 +0800
Subject: [PATCH] save project

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

diff --git a/diy.py b/diy.py
index 8c4eec1..04d6063 100644
--- a/diy.py
+++ b/diy.py
@@ -8,4 +8,4 @@ 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[4%10])
\ No newline at end of file
--
libgit2 0.25.0