From ab9cc8e0bd90b72384c7f4fc41c74384b76411eb Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 2 Sep 2019 22:40:53 +0100 Subject: [PATCH] added print command --- my_module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/my_module.py b/my_module.py index 3856160..16973e1 100644 --- a/my_module.py +++ b/my_module.py @@ -1,3 +1,4 @@ print('Hello World!') print("Here's something interesting:\n") # Add lines here, let's make this script do something ineterting!! +print('Foo') \ No newline at end of file