From 5d2520c1b46264232a038c73a150aa9be5dcefcc Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Mon, 25 Jul 2022 14:44:31 +0800 Subject: [PATCH] auto save --- diy3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diy3.py b/diy3.py index 3d53854..a94c666 100644 --- a/diy3.py +++ b/diy3.py @@ -10,5 +10,5 @@ for i in message: b=b+a c=list(b) c.insert(4,";.[;.[o]]") -"".join(c) -print(c) \ No newline at end of file +d="".join(c) +print(d) \ No newline at end of file -- libgit2 0.25.0