From d483b52e773d448c8d0c54ae14f38e9d5a4f99fb Mon Sep 17 00:00:00 2001 From: JosePedroPintoCTT Date: Thu, 22 Jan 2026 12:29:49 +0000 Subject: [PATCH 1/2] resolucao exercicio --- 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..73c2126 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) From d776605f56a95d2038e6a237a6133c0b279cdbf2 Mon Sep 17 00:00:00 2001 From: JosePedroPintoCTT Date: Thu, 22 Jan 2026 13:14:15 +0000 Subject: [PATCH 2/2] resolucao exercicio 1 --- exercicios/hello-world.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exercicios/hello-world.py b/exercicios/hello-world.py index 73c2126..eb9794b 100644 --- a/exercicios/hello-world.py +++ b/exercicios/hello-world.py @@ -1,2 +1 @@ -#Digite print('Olá, mundo!') -print(olá, mundo) +print('Olá, mundo!') \ No newline at end of file