Skip to content

Commit 5a059c4

Browse files
authored
Update README.md
1 parent 163cc91 commit 5a059c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/015-car_route/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ car_route(20, 40)
2424

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

27+
+ You may need to import the `math` module for this exercise.
28+
2729
+ 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/
2830

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

0 commit comments

Comments
 (0)