From 87bf21ce8e218a0c5a23ad2d3307263d208f84fb Mon Sep 17 00:00:00 2001 From: Arthur Wang Date: Thu, 27 May 2021 22:43:30 -0700 Subject: [PATCH] Update message 01 --- helloworld/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld/main.py b/helloworld/main.py index 10567a6..4086711 100644 --- a/helloworld/main.py +++ b/helloworld/main.py @@ -21,6 +21,6 @@ def main(argv=None): # ensures the user hasn't passed any other unrecognized arguments. parser.parse_args(argv[1:]) - print("Hello, world") + print("Hello, world. Thank you for watching!") return 0