From fd13b16ba823bcd7b6f9c7163e7e75585855d33f Mon Sep 17 00:00:00 2001 From: jwansek Date: Thu, 28 Apr 2022 20:11:13 +0100 Subject: Updated readme and docs --- ExampleSubmission/example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ExampleSubmission/example.py') diff --git a/ExampleSubmission/example.py b/ExampleSubmission/example.py index d6f7015..af95c24 100644 --- a/ExampleSubmission/example.py +++ b/ExampleSubmission/example.py @@ -76,5 +76,5 @@ def make_multilines(): print("True\n\nFalse") if __name__ == "__main__": - print(hello_world(int(sys.argv[1])) + "\n\nowo" ) + print(hello_world(int(sys.argv[1]))) make_multilines() \ No newline at end of file -- cgit v1.2.3