From 1a10a6a58906235bdd1e3313b7a0f01f797e25a1 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 16 Jun 2024 16:43:10 +0800 Subject: [PATCH] save project --- diy2.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/diy2.py b/diy2.py index 2bc971e..a984568 100644 --- a/diy2.py +++ b/diy2.py @@ -1,4 +1,7 @@ message = "诺依,周末一起去看动漫展吧!" # 请对message进行遍历,取出所有元素 - +for i in range(14): + print(message[i]) +for i in message: + print(0) \ No newline at end of file -- libgit2 0.25.0