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