Computer Science, asked by vashisthaaditya111, 4 days ago

write a python program to calculate the distance covered by a bus in 2 hours moving at a speed of 72 km per hour​

Answers

Answered by samarthkrv
0

Answer:

time = 2

speed = 72

distance = speed / time

print("The spped of the bus is" , distance)

Explanation:

Similar questions