From 9f4399113bc4187a146b7653c0b35617c175e7b5 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 28 Aug 2022 11:37:38 +0800 Subject: [PATCH] save project --- diy2.py | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/diy2.py b/diy2.py index 2bc971e..7b7a722 100644 --- a/diy2.py +++ b/diy2.py @@ -1,4 +1,44 @@ message = "诺依,周末一起去看动漫展吧!" -# 请对message进行遍历,取出所有元素 +# 请对message进行遍历,取出 +for i in message: + print(i) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- libgit2 0.25.0