would help me plz
The kinetic energy of a moving object is given by the formula KE = ½mv2 where m is the object’s mass and v is its velocity. Modify the program you created in Project 5 so that it prints the object’s kinetic energy as well as its momentum. Below is an example of the progam input and output: Mass: 5 Velocity: 2.5 The object's momentum is 12.5 The object's kinetic energy is 15.625 here my code>>> # Modify the following code # Request the input mass = float(input("Enter the object's mass: ")) velocity = float(input("Enter the object's velocity: ")) # Compute the results momentum = mass * velocity # Display the results def momentum (m,v): return(float(m)*float(k)) def kinecticEnergy(m,v): return(float(m)*float(v)*float(k)) m=input(" the object momentum is :>") velocity=input(" the object kinetic is :>") print("the mass is" + str(m)) print("the velocity is" + str(v)) print("the momentum is" + str(momentum(M,k))) print("the kinectic Energy is" +str(kinecticEnergy(m,k)))