From 6819b063f40942bd0e95b11776c386f9b854b668 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 18 Mar 2023 17:23:46 +0800 Subject: [PATCH] save project --- diy1.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index b1ba6e7..5faffab 100644 --- a/diy1.py +++ b/diy1.py @@ -1,3 +1,4 @@ +''' students = ["悟空", "小贝", "八戒", "波奇"] # 八戒因为要回老家,转学了,请将八戒从班级列表名单中删除 @@ -12,4 +13,8 @@ print(students) red = students[0:2] blue = students[2:] print(red) -print(blue) \ No newline at end of file +print(blue) +''' +message = "诺依,周末一起看动漫吧!" +for i in message: + print(i) \ No newline at end of file -- libgit2 0.25.0