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 aa51a39 commit cca7130Copy full SHA for cca7130
exercises/012-tens_digit/README.md
@@ -16,7 +16,9 @@ tens_digit(1234)
16
17
## Example input 2:
18
19
+```py
20
tens_digit(179)
21
+```
22
23
## Example output 2:
24
@@ -26,4 +28,4 @@ tens_digit(179)
26
28
27
29
+ If you don't know how to start solving this assignment, please, review a theory for this lesson: https://snakify.org/lessons/integer_float_numbers/
30
-+ You may also try step-by-step theory chunks: https://snakify.org/lessons/integer_float_numbers/steps/1/
31
++ You may also try step-by-step theory chunks: https://snakify.org/lessons/integer_float_numbers/steps/1/
0 commit comments