From 2cbad496d6f5c1fd8a3a944871b8782605188f66 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Fri, 26 Jul 2024 10:19:01 +0800 Subject: [PATCH] save project --- 33.py | 3 +++ 98wq.py | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 33.py diff --git a/33.py b/33.py new file mode 100644 index 0000000..1b567a4 --- /dev/null +++ b/33.py @@ -0,0 +1,3 @@ +b=["袁术","夏侯惇","曹操","关羽"] +b.remove("关羽") +print(b) \ No newline at end of file diff --git a/98wq.py b/98wq.py index e69de29..09dca9d 100644 --- a/98wq.py +++ b/98wq.py @@ -0,0 +1,3 @@ +bro1="关羽" +bro2="刘备" +bro3="张飞" \ No newline at end of file -- libgit2 0.25.0