In a day, a car passes n
kilometers. How many days does it take to travel a route of length m
kilometers?

The program receives as input in the first line a natural number n
and in the second line a non-negative integer m
. Python code