From 944f866e3ca06e5d7016a803e2db2013ac225417 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 18 Jun 2022 10:29:59 +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..67c9887 100644 --- a/diy1.py +++ b/diy1.py @@ -8,5 +8,5 @@ students = ["悟空", "小贝", "八戒", "波奇"] # 班上准备开始辩论赛,分为红(red)、蓝(blue)组, # 请用切片将班级列表的前2名加入到红组,后2名加入到蓝组 -red = ? +red = blue = ? -- libgit2 0.25.0