From 9f7eca873d19073628baa6bad9133c5848dbeb7b Mon Sep 17 00:00:00 2001 From: George Palmer Date: Sun, 8 Mar 2026 14:15:11 +0200 Subject: [PATCH] initial pythoin test --- helloworld.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 helloworld.py diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 0000000..3b290a7 --- /dev/null +++ b/helloworld.py @@ -0,0 +1,2 @@ +name = input("Enter your name: ") +print("Hello World", name) \ No newline at end of file