From 3e5d53b94cb535071ee0e4135de0f7d191cf26dc Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 21 Feb 2022 16:25:57 +0000 Subject: removed \rs for cross platform compatibility --- ExampleSubmission/example.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ExampleSubmission') diff --git a/ExampleSubmission/example.py b/ExampleSubmission/example.py index 9b5f0e8..0cf7cd7 100644 --- a/ExampleSubmission/example.py +++ b/ExampleSubmission/example.py @@ -70,5 +70,9 @@ def greet(*names, greeting="Hello"): for name in names: print(greeting, name) +def make_multilines(): + print("True\n\nFalse") + if __name__ == "__main__": - print(hello_world(int(sys.argv[1])) + "\n\nowo" ) \ No newline at end of file + print(hello_world(int(sys.argv[1])) + "\n\nowo" ) + make_multilines() \ No newline at end of file -- cgit v1.2.3