From 3d9ea66ee43e4076f676a3bde66078e42df8dab6 Mon Sep 17 00:00:00 2001 From: "LAPTOP-VCAAV4VU\\zs_hello" <17610480003@163.com> Date: Thu, 31 Aug 2023 23:56:15 +0800 Subject: [PATCH] =?UTF-8?q?firs=5F1,=E6=8F=90=E4=BA=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- first_1.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 first_1.py diff --git a/first_1.py b/first_1.py new file mode 100644 index 0000000..d903434 --- /dev/null +++ b/first_1.py @@ -0,0 +1,11 @@ +# 作者:zs +# 时间:2023年08月31日,23时:27 + + +class A: + def __init__(self, a): + self.a = a + + def fo1(self): + print("test") +