From 23cee597f0a3bfdd5cd3dd3a83ebcf6a3ca3cdb4 Mon Sep 17 00:00:00 2001 From: bparrish206 Date: Tue, 1 Oct 2013 19:19:50 -0700 Subject: [PATCH] Update hello.py --- week-01/code/hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/week-01/code/hello.py b/week-01/code/hello.py index 7cd0aae6..e20730e3 100755 --- a/week-01/code/hello.py +++ b/week-01/code/hello.py @@ -2,4 +2,5 @@ print "Hello!" +print "Hello word!"