From 0e88a89a7cc8832082eb5730edffb807def4441f Mon Sep 17 00:00:00 2001 From: charlynho Date: Tue, 5 Nov 2024 20:12:14 +0000 Subject: [PATCH] =?UTF-8?q?resolu=C3=A7=C3=A3o=20exercicio?= 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..f9c52e2 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