From 79c63a3a3e12cab363c7c9de2d346fb09ec193e4 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 10 Sep 2023 15:57:07 +0800 Subject: [PATCH] save project --- diy1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diy1.py b/diy1.py index 2608f01..2a0207c 100644 --- a/diy1.py +++ b/diy1.py @@ -8,5 +8,5 @@ students.insert("诺伊") # 班上准备开始辩论赛,分为红(red)、蓝(blue)组, # 请用切片将班级列表的前2名加入到红组,后2名加入到蓝组 -red = students(0,1) -blue = students(2,3) +red = students.(0,1) +blue =students. (2,3) -- libgit2 0.25.0