diff options
Diffstat (limited to 'ExampleSubmission/example.py')
-rw-r--r-- | ExampleSubmission/example.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ExampleSubmission/example.py b/ExampleSubmission/example.py index 9c1d06a..7029b33 100644 --- a/ExampleSubmission/example.py +++ b/ExampleSubmission/example.py @@ -71,4 +71,4 @@ def greet(*names, greeting="Hello"): print(greeting, name) if __name__ == "__main__": - print(hello_world(int(sys.argv[1])))
\ No newline at end of file + print(hello_world(int(sys.argv[1])) + "\n\nowo" )
\ No newline at end of file |