From 90c5a4cb40e9be6855699b1a46476348484fe205 Mon Sep 17 00:00:00 2001 From: Farren Date: Mon, 5 Jun 2023 13:15:18 +0100 Subject: [PATCH] added my name to "hello world" --- week1/hello-word.py | 1 + 1 file changed, 1 insertion(+) diff --git a/week1/hello-word.py b/week1/hello-word.py index 63a68fd..39c09b7 100644 --- a/week1/hello-word.py +++ b/week1/hello-word.py @@ -1 +1,2 @@ print("hello word!") +print("hello Farren") \ No newline at end of file