From e5d97d7c26bf9d25b8bf22ccf0daa2b4f64974b8 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 22 May 2022 10:50:05 +0800 Subject: [PATCH] save project --- 1.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 1.py diff --git a/1.py b/1.py new file mode 100644 index 0000000..0425c1e --- /dev/null +++ b/1.py @@ -0,0 +1,3 @@ +students=["a","b","c","d"] +students.pop(1) +students.append("e") \ No newline at end of file -- libgit2 0.25.0