From 61f92e1b8cbc8894bb879cccdee3c1f4afbd294e Mon Sep 17 00:00:00 2001 From: Lawrence Wang <49839483+lwang94@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:08:07 +0000 Subject: [PATCH] fixed hello.py --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index a025bbf..5b312bc 100644 --- a/hello.py +++ b/hello.py @@ -1,2 +1,2 @@ def hello_world(): - return "Hello!" + return "Hello World!"