From 3cde6364e9038ffc7492bb817adf91a4b2079d32 Mon Sep 17 00:00:00 2001 From: aouyang1 Date: Wed, 14 Sep 2016 19:10:51 -0700 Subject: [PATCH] added some excitement --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 0dd7584..01d1424 100644 --- a/hello.py +++ b/hello.py @@ -1,5 +1,5 @@ def hello(): - print("Hello World") + print("Hello World!!!") if __name__ == "__main__": hello()