From 9cae719230e2c6e5333b32a28b318a8b88ccb6f8 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 31 Jul 2021 14:26:07 +0800 Subject: [PATCH] save project --- diy2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/diy2.py b/diy2.py index 2bc971e..8f5d403 100644 --- a/diy2.py +++ b/diy2.py @@ -1,4 +1,6 @@ message = "诺依,周末一起去看动漫展吧!" +for i in message: + print(i,end=' ') # 请对message进行遍历,取出所有元素 -- libgit2 0.25.0