From 7067a592e508fbbd80ca0ef3690708c36a0d250d Mon Sep 17 00:00:00 2001 From: Tom Pughe <147526382+TomPughe@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:32:47 +0100 Subject: [PATCH] Create hello.py add hello world script --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..5eeba47 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello Python!")