From 094897b2077fdaea423ee2d633b5b33e889f0034 Mon Sep 17 00:00:00 2001 From: Matheson1236 Date: Wed, 11 Feb 2026 15:19:26 +0000 Subject: [PATCH] yes --- exercise/script.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exercise/script.py b/exercise/script.py index 4b519b4..28083fe 100644 --- a/exercise/script.py +++ b/exercise/script.py @@ -1,2 +1,3 @@ print("This is a basic script to be used during the GitHub tutorial") -print("The author of this script is: ") \ No newline at end of file +print("The author of this script is: ") +print("HELLO WORLD!") \ No newline at end of file