From 9bc305d80de305026d0c5d04b4918e727b062ba8 Mon Sep 17 00:00:00 2001 From: eduardocbento Date: Mon, 20 May 2024 12:31:55 +0000 Subject: [PATCH] =?UTF-8?q?resolu=C3=A7=C3=A3o=20de=20resultado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exercicios/hello-world.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exercicios/hello-world.py b/exercicios/hello-world.py index 1a8bd41..1bccc00 100644 --- a/exercicios/hello-world.py +++ b/exercicios/hello-world.py @@ -1 +1,2 @@ -#Digite print('Olá, mundo!') \ No newline at end of file +#Digite print('Olá, mundo!') +print('olá, mundo!') \ No newline at end of file