From a8d17b7e017150cff4f06a6c656315317cb88419 Mon Sep 17 00:00:00 2001 From: ElenaFu <1131404779@qq.com> Date: Tue, 12 Aug 2025 11:40:26 +0800 Subject: [PATCH] Create hello_world.py --- hello_world.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hello_world.py diff --git a/hello_world.py b/hello_world.py new file mode 100644 index 0000000..36de839 --- /dev/null +++ b/hello_world.py @@ -0,0 +1,4 @@ +def hello_world(): + print("Hello, World!") + +hello_world() \ No newline at end of file