From a986ab4606e420a2628ec9c26683857a988b216e Mon Sep 17 00:00:00 2001 From: Aovice <2936595975@qq.com> Date: Tue, 11 Mar 2025 10:37:19 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aovice/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Aovice/__init__.py diff --git a/Aovice/__init__.py b/Aovice/__init__.py new file mode 100644 index 0000000..14f69c9 --- /dev/null +++ b/Aovice/__init__.py @@ -0,0 +1,3 @@ +# dsdaafajkas测试内容 + + From 0718ab89b33463925a732de62fab028653bedbbe Mon Sep 17 00:00:00 2001 From: Aovice <2936595975@qq.com> Date: Tue, 11 Mar 2025 10:41:15 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aovice/test.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Aovice/test.py diff --git a/Aovice/test.py b/Aovice/test.py new file mode 100644 index 0000000..3d8789e --- /dev/null +++ b/Aovice/test.py @@ -0,0 +1,5 @@ +# 测试内容 +a = 1 +b = 2 +c = a + b +print(c) From 2a73008e1d534f133fff8e704ebf2f505430e962 Mon Sep 17 00:00:00 2001 From: Aovice <2936595975@qq.com> Date: Tue, 11 Mar 2025 10:45:40 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aovice/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Aovice/test.py b/Aovice/test.py index 3d8789e..ab8ee8f 100644 --- a/Aovice/test.py +++ b/Aovice/test.py @@ -3,3 +3,4 @@ b = 2 c = a + b print(c) + From d2d44a45e6ff3e3eafa4ef2796584ab7690a31f0 Mon Sep 17 00:00:00 2001 From: Aovice <2936595975@qq.com> Date: Tue, 11 Mar 2025 11:11:21 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aovice/test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Aovice/test.py b/Aovice/test.py index ab8ee8f..222fdac 100644 --- a/Aovice/test.py +++ b/Aovice/test.py @@ -2,5 +2,4 @@ a = 1 b = 2 c = a + b -print(c) - +print(c) \ No newline at end of file From 15b8d0bf2cb38fae8da77ae924f74f4bca8c8a6f Mon Sep 17 00:00:00 2001 From: Aovice <2936595975@qq.com> Date: Tue, 11 Mar 2025 11:17:37 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aovice/__init__.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 Aovice/__init__.py diff --git a/Aovice/__init__.py b/Aovice/__init__.py deleted file mode 100644 index 14f69c9..0000000 --- a/Aovice/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# dsdaafajkas测试内容 - -