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.

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

# Read an integer:
# a = int(input())
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Input:
700
750
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Output:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Saved solutions

Tests

InputCorrect answer
700
750
2
700
2100
3
10
15
2
10
16
2
10
19
2
10
70
7
10
81
9
10
1000
100
10
1001
101
10
999
100
10
1
1
10
9
1
483
9382
20
123
234234
1905