From 0e64c4ae8636a8b8fae0c1af4dcb0568b1ff92e3 Mon Sep 17 00:00:00 2001 From: Scott Bradley Date: Wed, 14 Oct 2020 18:25:52 -0500 Subject: [PATCH 1/5] Setting up GitHub Classroom Feedback From 83612bfcbe443aaad10dc8f7694495107ad2ea7f Mon Sep 17 00:00:00 2001 From: Scott Bradley Date: Wed, 14 Oct 2020 18:31:29 -0500 Subject: [PATCH 2/5] working --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 2290eb6..6aa26a5 100644 --- a/hello.py +++ b/hello.py @@ -1,2 +1,2 @@ def hello_world(): - return "Hello!" + return "Hello World!" From d07811ba9179795f9233c424b52d89c6f10ed505 Mon Sep 17 00:00:00 2001 From: Scott Bradley Date: Wed, 14 Oct 2020 19:57:17 -0500 Subject: [PATCH 3/5] Update GitHub Classroom Autograding From 376ff8957728f1397d381c5a1098b98c4eec89b5 Mon Sep 17 00:00:00 2001 From: Scott Bradley Date: Wed, 14 Oct 2020 19:57:18 -0500 Subject: [PATCH 4/5] Update GitHub Classroom Autograding Workflow From cc915a91ed752b73622bf302fd2b45d0bd3dd955 Mon Sep 17 00:00:00 2001 From: Scott Bradley Date: Wed, 14 Oct 2020 19:57:56 -0500 Subject: [PATCH 5/5] bump --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bcd32ed..04059ac 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,5 @@ The tests are failing right now because the method isn't outputting the correct ### Notes - pip's install path is not included in the PATH var by default, so without installing via `sudo -H`, pytest would be unaccessible. + +x