From 8b95333b323dd9538606789e7d0c0d6849d95fdc Mon Sep 17 00:00:00 2001 From: Beowulf Date: Sat, 1 Jun 2024 00:15:51 +0000 Subject: [PATCH] Update hello.py --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index b45da01..5d73912 100644 --- a/hello.py +++ b/hello.py @@ -4,4 +4,4 @@ def HelloWorld(x): -HelloWorld("print") \ No newline at end of file +HelloWorld("print x") \ No newline at end of file