From b78e371d2bec05dfde71bcb2446713a4e4470049 Mon Sep 17 00:00:00 2001 From: aouyang1 Date: Wed, 14 Sep 2016 19:17:01 -0700 Subject: [PATCH] I want to say hello louder --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index 01d1424..95ef98a 100644 --- a/hello.py +++ b/hello.py @@ -1,4 +1,5 @@ def hello(): + # Prints out Hello World!!! print("Hello World!!!") if __name__ == "__main__":