From b8e55a268995bc0b3c737cd4777f05d3b9dec084 Mon Sep 17 00:00:00 2001 From: Malejithi <120584733+Malejithi@users.noreply.github.com> Date: Sat, 25 Oct 2025 10:34:07 +0530 Subject: [PATCH] Update hello_world.py --- exercises/practice/hello-world/hello_world.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/practice/hello-world/hello_world.py b/exercises/practice/hello-world/hello_world.py index adaa6c2c99..d695ea1158 100644 --- a/exercises/practice/hello-world/hello_world.py +++ b/exercises/practice/hello-world/hello_world.py @@ -1,2 +1,2 @@ def hello(): - return 'Goodbye, Mars!' + return 'Hello, World!'