Question: Python program. its a full question but has a and b could not capture all screen so i had to make it two pictures. kindly
Python program. its a full question but has a and b could not capture all screen so i had to make it two pictures. kindly watch all 

The following equations x = v*t* cos(0) 9 = + 10 + t = sin(0) 0.5 k g * t are used to calculate the x and y coordinates of a projectile object at time t, given the object's initial velocity, vand angle, with initial position x = 0 and y = h. Note: In this equation, the value of O is in radian and 1 = (10/180) Write the following functions 1. Convert_degree_to_radian(angle): The parameter value is in degree and calculates the radian value for the angle. Then returns the radian angle value. 2. new_co_ord(t, theta, v, g, h): Calculates the x and y coordinates of the object at time t using the equations above. Here h is the objects initial height (i.e. initial y co- ordinate) Then returns the newly calculated x and y co-ordinates. 3. Driver(): a. Asks the user for the object's initial velocity, angle, and height (y position) b. Convert the angle to radian by calling appropriate function and saving the return value in a variable c. Prints the object's position for every second until the object's y position is no longer greater than 0 (meaning the object fell back to Earth). The position of the object at every second should be shown in the following format: Time
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
