From df78520511a3cd5b3b0a2e644db75a66c52287d7 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Tue, 27 Jul 2021 15:32:47 +0800 Subject: [PATCH] save project --- diy2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy2.py b/diy2.py index 61b79d5..28f70aa 100644 --- a/diy2.py +++ b/diy2.py @@ -1,5 +1,5 @@ message = "诺依,周末一起去看动漫展吧!" -for in message: +for i in message: print(i) # 请对message进行遍历,取出所有元素 -- libgit2 0.25.0