From 824bbad519418614d76bcf6316f93213691894e2 Mon Sep 17 00:00:00 2001 From: Yv Date: Tue, 8 Sep 2026 17:34:07 +0800 Subject: [PATCH] Add hello world print statement to hello.py2.py solve issue #11 --- hello.py2.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello.py2.py diff --git a/hello.py2.py b/hello.py2.py new file mode 100644 index 0000000..8a42a7e --- /dev/null +++ b/hello.py2.py @@ -0,0 +1,3 @@ +# python 2.x +# hello, world +print "hello, world"