From 24a901ec454333f8467189497cdbe13dde81db6f Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 12 Jun 2021 18:04:45 +0800
Subject: [PATCH] auto save

---
 diy2.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diy2.py b/diy2.py
index 590c0c3..5fd919a 100644
--- a/diy2.py
+++ b/diy2.py
@@ -2,4 +2,4 @@ message = "诺依,周末一起去看动漫展吧!"
 
 # 请对message进行遍历,取出所有元素
 for i in message:
-print(i)
\ No newline at end of file
+    print(i)
\ No newline at end of file
--
libgit2 0.25.0