From ac712fedbfa1e7db203406ddd5c871023616bffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E5=AE=89=E5=85=B5?= <2668052199@qq.com> Date: Sun, 1 Feb 2026 16:55:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20hello.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..727fe92 --- /dev/null +++ b/hello.py @@ -0,0 +1,2 @@ +# 打印 "Hello World!" 到控制台 +print("Hello World!") \ No newline at end of file