From 97183f69876b83b3aaaee4d376b77473f2a8c0a8 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 26 Feb 2022 15:41:43 +0800 Subject: [PATCH] save project --- diy2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/diy2.py b/diy2.py index 2bc971e..ff64541 100644 --- a/diy2.py +++ b/diy2.py @@ -2,3 +2,5 @@ message = "诺依,周末一起去看动漫展吧!" # 请对message进行遍历,取出所有元素 +for i in range(len(message)): + print(message[i]) \ No newline at end of file -- libgit2 0.25.0