From f96be8495e96502885a9c1857c5e519e370e928a Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 13 Dec 2020 12:15:43 +0800 Subject: [PATCH] save project --- diy.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/diy.py b/diy.py index 8c4eec1..1a97f8c 100644 --- a/diy.py +++ b/diy.py @@ -8,4 +8,9 @@ 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) +print(hero[6:13]) + + + -- libgit2 0.25.0