From 6940f8fe87b1d6c97cf616a7f0f1dd127a5bdb86 Mon Sep 17 00:00:00 2001 From: spacexzm Date: Mon, 25 Aug 2025 18:52:31 +0800 Subject: [PATCH] add py --- foo.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 foo.py diff --git a/foo.py b/foo.py new file mode 100644 index 0000000..0da8dd3 --- /dev/null +++ b/foo.py @@ -0,0 +1,2 @@ +print('hello world') +print('hello python') \ No newline at end of file -- Gitee