It takes 4 hours to drive a distance of 150 km in car.create a program to calculate the average speed in km/h
def average(distance,time): return distance/time distance = 150 time = 4 print('Average speed is : ',average(distance,time))
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment