From 49ea331793522b6770d65b6d4ef8fd88707a7ec5 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Wed, 20 Jul 2022 09:30:09 +0800 Subject: [PATCH] save project --- diy2.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/diy2.py b/diy2.py index 518d3b8..7c31ac2 100644 --- a/diy2.py +++ b/diy2.py @@ -1,3 +1,2 @@ message = "诺依,周末一起去看动漫展吧!" -for i in message: - print(i)# 请对message进行遍历,取出所有元素 \ No newline at end of file +print(message[0:]) \ No newline at end of file -- libgit2 0.25.0