Skip to content

Commit cca7130

Browse files
Update README.md
1 parent aa51a39 commit cca7130

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exercises/012-tens_digit/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ tens_digit(1234)
1616

1717
## Example input 2:
1818

19+
```py
1920
tens_digit(179)
21+
```
2022

2123
## Example output 2:
2224

@@ -26,4 +28,4 @@ tens_digit(179)
2628

2729
+ 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/
2830

29-
+ 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

Comments
 (0)