From a7b1bacb7b4308a191b34046dc9298a32a189bd2 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 24 Oct 2021 09:00:41 +0800
Subject: [PATCH] save project

---
 diy1.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/diy1.py b/diy1.py
index 05704d8..25fbcb9 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1 +1,4 @@
-# 利用write()帮助悟空给诺依回信吧~
\ No newline at end of file
+# 利用write()帮助悟空给诺依回信吧~
+students=["悟空","小贝","八戒","波奇"]
+students.pop(2)
+print(students)
--
libgit2 0.25.0