From 1ca999a04108179d15dfc0ac55eb02e6162466be Mon Sep 17 00:00:00 2001 From: halidickson <63528283+halidickson@users.noreply.github.com> Date: Sun, 12 Apr 2020 00:25:41 -0700 Subject: [PATCH] homework 1 --- intro.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/intro.py b/intro.py index 374a7a0..6061961 100644 --- a/intro.py +++ b/intro.py @@ -1,2 +1,3 @@ -# print Hello World to the console -print "Hello World" \ No newline at end of file +# print Hello, Andrew to the console +greeting = "Hello, Andrew" +print (greeting) \ No newline at end of file