From a9f6a2bcd3d29ed4b3efbc115c9972f5ca0d1ee9 Mon Sep 17 00:00:00 2001 From: Lauren Anderson Date: Tue, 23 May 2023 11:56:01 +0100 Subject: [PATCH] Changed code from hello world to hello lauren --- week1/hello-word.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/week1/hello-word.py b/week1/hello-word.py index 63a68fd..e1ee70f 100644 --- a/week1/hello-word.py +++ b/week1/hello-word.py @@ -1 +1,2 @@ -print("hello word!") + +print("hello lauren") \ No newline at end of file