From 8286e049d68dda16989d3042c5cec70270798ed0 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Fri, 22 Jul 2022 15:24:58 +0800
Subject: [PATCH] save project

---
 diy1.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/diy1.py b/diy1.py
index f281800..6566a8b 100644
--- a/diy1.py
+++ b/diy1.py
@@ -10,5 +10,5 @@ students.append('诺依')
 # 请用切片将班级列表的前2名加入到红组,后2名加入到蓝组
 red=students[0:2]
 blue=students[2:5]
-print('红队:'+red)
-print('蓝队:'+blue)
+print(red)
+print(blue)
--
libgit2 0.25.0