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