From 7413b3f0132ac27a46b75de85142b8bab3071802 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 30 Mar 2024 15:46:05 +0800 Subject: [PATCH] auto save --- diy1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 2a9b38e..b3a50b9 100644 --- a/diy1.py +++ b/diy1.py @@ -9,4 +9,4 @@ students = ["悟空", "小贝", "八戒", "波奇"] # 班上准备开始辩论赛,分为红(red)、蓝(blue)组, # 请用切片将班级列表的前2名加入到红组,后2名加入到蓝组 red = ? -blue = ? +blue = ? \ No newline at end of file -- libgit2 0.25.0