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