From a8c2859c9dc99f9c7802d5556ee27947dfda4a58 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 19 Nov 2022 09:29:14 +0800 Subject: [PATCH] auto save --- diy3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diy3.py b/diy3.py index cff6c83..b19d22b 100644 --- a/diy3.py +++ b/diy3.py @@ -1,6 +1,6 @@ o=["颜良"," ikun"] i=["a","b","d","c"] -i.insert(4,"j") -i.append("L6") +#i.insert(4,"j") +#i.append("L6") i.extend(o) print(i) \ No newline at end of file -- libgit2 0.25.0