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