From b887f3418bf1ddd37944a9a5729a2b100ba1c3d5 Mon Sep 17 00:00:00 2001 From: Murilo Yuki Date: Fri, 9 May 2025 22:33:03 -0300 Subject: [PATCH] =?UTF-8?q?Update=20Ex001-Ol=C3=A1=20Mundo.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Não faz sentido ter algo a mais em um exercicio de hello world --- "Ex001-Ol\303\241 Mundo.py" | 5 ----- 1 file changed, 5 deletions(-) diff --git "a/Ex001-Ol\303\241 Mundo.py" "b/Ex001-Ol\303\241 Mundo.py" index 50b7143..ef94c9d 100644 --- "a/Ex001-Ol\303\241 Mundo.py" +++ "b/Ex001-Ol\303\241 Mundo.py" @@ -9,8 +9,3 @@ -numero = int(input('Digite um numero: ')) - -for cont in range(0,numero): - if str(cont) == str(cont)[::-1]: - print(cont) \ No newline at end of file