From 323e08615af290955447dc0d5b1a4a92949933d1 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 6 Jun 2021 14:35:53 +0800
Subject: [PATCH] save project

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

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