From 78ee817674fede04ec19e5e131dad7d8fadf9aaa Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 27 Feb 2022 13:08:39 +0800 Subject: [PATCH] auto save --- diy1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index cdada9a..791dcea 100644 --- a/diy1.py +++ b/diy1.py @@ -8,4 +8,4 @@ students.append("诺依") # 班上准备开始辩论赛,分为红(red)、蓝(blue)组, # 请用切片将班级列表的前2名加入到红组,后2名加入到蓝组 red = students[0:2] -blue = students[2:4] +blue = students[2 \ No newline at end of file -- libgit2 0.25.0