Question: PYTHON Main: Look until user doesnt want to continue entering values. Input the time in seconds that an object was dropped. Input the mass of
PYTHON
Main:
Look until user doesnt want to continue entering values.
Input the time in seconds that an object was dropped.
Input the mass of the object
Call drop_physics function and pass the time and mass as arguments
drop_physics: take time and mass as parameters
call function to determine falling distance
call function to determine velocity at end of time period
call function to determine the kinetic energy at end of time period
all of the above functions should return the results to the calling function
display the physics associated with the dropped object.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
