Solve problem "Car route" online - Learn Python 3 - Snakify

Car route


Statement

A car can cover distance of N kilometers per day. How many days will it take to cover a route of length M kilometers? The program gets two numbers: N and M.
Advertising by Google, may be based on your interests

In all the problems input the data using input() and print the result using print().