We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb226b commit aa51a39Copy full SHA for aa51a39
exercises/012-tens_digit/README.es.md
@@ -16,7 +16,9 @@ tens_digit(1234)
16
17
## Ejemplo de entrada 2:
18
19
-+ 179
+```py
20
+tens_digit(179)
21
+```
22
23
## Ejemplo de salida 2:
24
@@ -26,4 +28,4 @@ tens_digit(1234)
26
28
27
29
+ Si no sabes por donde comenzar este ejercicio, por favor, revisa la teoría en esta lección: https://snakify.org/lessons/integer_float_numbers/
30
-+ También puedes intentar paso a paso con trozos de la teoría: https://snakify.org/lessons/integer_float_numbers/steps/1/
31
++ También puedes intentar paso a paso con trozos de la teoría: https://snakify.org/lessons/integer_float_numbers/steps/1/
0 commit comments