From 11e20c8223a09331f98acf5ba27d6ed4da7d2014 Mon Sep 17 00:00:00 2001 From: saul_badillo Date: Thu, 11 Apr 2024 18:48:42 -0600 Subject: [PATCH] Add message in hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index f1a1813..c5e0bcc 100644 --- a/hello.py +++ b/hello.py @@ -1 +1,2 @@ print("Hello world!") +print("Hello Zulu!")