From 907849dee0273290e707246e2f14394d792b5848 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 5 Nov 2023 15:55:38 +0800
Subject: [PATCH] save project

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

diff --git a/diy1.py b/diy1.py
index 50a510b..8b82cb7 100644
--- a/diy1.py
+++ b/diy1.py
@@ -10,3 +10,5 @@ print(students)
 # 请用切片将班级列表的前2名加入到红组,后2名加入到蓝组
 red = [0:2]
 blue = [2:4]
+print(red)
+print(blue)
\ No newline at end of file
--
libgit2 0.25.0