From 79d66bc1c828801c95beb5f1c4ab95418ffb169b Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Wed, 10 Aug 2022 11:44:46 +0800 Subject: [PATCH] save project --- diy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/diy.py b/diy.py index 8c4eec1..e5e4ba0 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) + break print(hero) \ No newline at end of file -- libgit2 0.25.0