I need help on this question using Python, please.
1) [22 pls| Average acceleration is defined as the change of velocity divided by the time taken to make the change, as shown in the following formula: (v[ Vu) Here, vO is the starting velocity in meters/second, vl is the ending velocity in meters/second, and t is the time span in seconds.
Write a program that reads the starting velocity, ending velocity, and time span, and then displays the average acceleration.