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