From 8fa0d3e460324799178d3c496dcaea056f4475a7 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 12 Jun 2021 09:09:46 +0800 Subject: [PATCH] auto save --- diy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy.py b/diy.py index 61e4fa9..4dedb7d 100644 --- a/diy.py +++ b/diy.py @@ -10,5 +10,5 @@ for i in range(len(hero)): hero.insert(i,power) break print(hero) -a = hero[6:] +a = hero[-6:] print(a) \ No newline at end of file -- libgit2 0.25.0