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 c005e6b commit 9aa2811Copy full SHA for 9aa2811
exercises/015-car_route/README.md
@@ -9,7 +9,7 @@ A car can cover distance of `N` kilometers per day. How many days will it take t
9
## Example input:
10
11
```py
12
-car_route(700
+car_route(700)
13
```
14
15
## Example output:
@@ -24,4 +24,4 @@ car_route(700
24
25
+ 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/
26
27
-+ You may also try step-by-step theory chunks: https://snakify.org/lessons/integer_float_numbers/steps/1/
++ You may also try step-by-step theory chunks: https://snakify.org/lessons/integer_float_numbers/steps/1/
0 commit comments