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