From 455868eb34442672a87c59f09ac63bf4046b77d3 Mon Sep 17 00:00:00 2001 From: Ben Halliwell Date: Mon, 9 Feb 2026 09:55:35 +0000 Subject: [PATCH] Update Author to Ben --- exercise/script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercise/script.py b/exercise/script.py index 4b519b4..216521f 100644 --- a/exercise/script.py +++ b/exercise/script.py @@ -1,2 +1,2 @@ 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: Ben") \ No newline at end of file