Question: PYTHON 2. In physics, a common useful equation for finding the position s of a body in linear motion at a given time t, based
PYTHON
2. In physics, a common useful equation for finding the position s of a body in linear motion at a given time t, based on its initial position s0, initial velocity v0, and rate of acceleration a, is the following: S=S0+v0t+1/2at2 Write a program in which you compute and print s for the following initial values: So with a value of 12 v0 with a value of 3.5 , a with a value of 9.8 and t with a value of 10 . The value of s is 537.0 Use variables in your solution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
