From 2477bc2872384cf954bce77afb28f1576bb16b96 Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 14:08:58 +0000 Subject: [PATCH 1/3] Setting up GitHub Classroom Feedback From 5e53d8f9f3e5e5ac15a610dd7ba60cf822ddc845 Mon Sep 17 00:00:00 2001 From: Adorilson Bezerra Date: Thu, 28 Oct 2021 14:13:25 +0000 Subject: [PATCH 2/3] hello world --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 2290eb6..0c20df7 100644 --- a/hello.py +++ b/hello.py @@ -1,2 +1,2 @@ def hello_world(): - return "Hello!" + return "Hello Mundo!" From 6d2fbbb2b207a6778833a6d9c22154582009c4d4 Mon Sep 17 00:00:00 2001 From: Adorilson Bezerra Date: Thu, 28 Oct 2021 14:30:22 +0000 Subject: [PATCH 3/3] Fix Hello World --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 0c20df7..6aa26a5 100644 --- a/hello.py +++ b/hello.py @@ -1,2 +1,2 @@ def hello_world(): - return "Hello Mundo!" + return "Hello World!"