From e2ac49feebc6d11779b9d030822eff4ca485972f Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Wed, 14 Jul 2021 19:43:28 +0800
Subject: [PATCH] auto save

---
 diy2.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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