2. It takes 3 hours to drive a distance of 192 km on a motor way. Create a program to calculate the
average speed in km/h. write the code for the following programs using Script Mode
Answers
Answered by
0
time = 3
distance = 192
speed = distance/time
print("the speed of motor is ",speed)
Similar questions