From 6825b77d33295cc04547da053b660cba53c8b6dd Mon Sep 17 00:00:00 2001 From: Maya Goody Date: Sat, 11 Apr 2020 12:47:12 -0700 Subject: [PATCH 1/2] homework 1 --- intro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.py b/intro.py index 8372823..c8198a7 100644 --- a/intro.py +++ b/intro.py @@ -1,3 +1,3 @@ # print Hello World to the console -greeting = "Hello, Poopyface" +greeting = "Hello, Maya Papaya" print greeting \ No newline at end of file From ce88bc84e2c476f820f2eb6e399b2e68baea8301 Mon Sep 17 00:00:00 2001 From: Maya Goody Date: Sat, 11 Apr 2020 13:42:27 -0700 Subject: [PATCH 2/2] homework 1 --- intro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.py b/intro.py index c8198a7..8372823 100644 --- a/intro.py +++ b/intro.py @@ -1,3 +1,3 @@ # print Hello World to the console -greeting = "Hello, Maya Papaya" +greeting = "Hello, Poopyface" print greeting \ No newline at end of file