From 37056eef89fc2693e5b18ab6027734594356d6f7 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 21 Aug 2022 16:16:43 +0800
Subject: [PATCH] save project

---
 diy2.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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