From e3e221f32c96eb4f00258e0c469270f523bc1a75 Mon Sep 17 00:00:00 2001 From: python-deathfans <13821003591@163.com> Date: Thu, 13 Mar 2025 15:21:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Etest.py=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..1334f51 --- /dev/null +++ b/test.py @@ -0,0 +1,3 @@ +import pandas as pd + +print("hello world") \ No newline at end of file -- Gitee