Skip to content

Commit 9aa2811

Browse files
Update README.md
1 parent c005e6b commit 9aa2811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/015-car_route/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A car can cover distance of `N` kilometers per day. How many days will it take t
99
## Example input:
1010

1111
```py
12-
car_route(700
12+
car_route(700)
1313
```
1414

1515
## Example output:
@@ -24,4 +24,4 @@ car_route(700
2424

2525
+ 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/
2626

27-
+ You may also try step-by-step theory chunks: https://snakify.org/lessons/integer_float_numbers/steps/1/
27+
+ You may also try step-by-step theory chunks: https://snakify.org/lessons/integer_float_numbers/steps/1/

0 commit comments

Comments
 (0)