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 163cc91 commit 5a059c4Copy full SHA for 5a059c4
exercises/015-car_route/README.md
@@ -24,6 +24,8 @@ car_route(20, 40)
24
25
+ You must round up the outcome if you get a float, for example, if it takes you 1.1 days to travel the distance, it must return 2.
26
27
++ You may need to import the `math` module for this exercise.
28
+
29
+ If you don't know how to start solving this assignment, please review the theory for this lesson: https://snakify.org/lessons/integer_float_numbers/
30
31
+ You may also try step-by-step theory chunks: https://snakify.org/lessons/integer_float_numbers/steps/1/
0 commit comments