From a6e5644a9b28e53ca8b305727ada6ce6e1ce47c4 Mon Sep 17 00:00:00 2001 From: Eli Date: Thu, 20 Nov 2025 16:23:19 -0800 Subject: [PATCH] Create pythonPractice.py --- pythonPractice.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 pythonPractice.py diff --git a/pythonPractice.py b/pythonPractice.py new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/pythonPractice.py @@ -0,0 +1 @@ +print("Hello World")