From aefc903484150a401ec4107bdcf15a102a7df69d Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 5 Sep 2021 14:46:37 +0800
Subject: [PATCH] save project

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

diff --git a/diy.py b/diy.py
index 54c76a8..518212b 100644
--- a/diy.py
+++ b/diy.py
@@ -14,7 +14,9 @@ for i in range(len(hero)):
         hero.insert(i-1,b)
         hero.insert(i,a)
         break
+hero1=[len(hero)-6:]
 print(hero)
+print(hero1)
 
 
 
--
libgit2 0.25.0