From db8a46f0c69e941926520fa7e9a10a8af265ce4e Mon Sep 17 00:00:00 2001 From: nigar311 <99918028+nigar311@users.noreply.github.com> Date: Fri, 19 Jan 2024 20:58:37 +0400 Subject: [PATCH] Update hello.py --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 2290eb6..6aa26a5 100644 --- a/hello.py +++ b/hello.py @@ -1,2 +1,2 @@ def hello_world(): - return "Hello!" + return "Hello World!"