From 0c7a0ffaa78de318f8b8e9394dad0deffa8c27fa Mon Sep 17 00:00:00 2001 From: python-deathfans <13821003591@163.com> Date: Thu, 13 Mar 2025 15:27:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E6=B7=BB=E5=8A=A0=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.py b/test.py index 1334f51..49073f0 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,4 @@ import pandas as pd -print("hello world") \ No newline at end of file +print("hello world") +print("hi world") # add from local test \ No newline at end of file -- Gitee