Chapter 4: Problem 6
Consider the simplest program for evaluting the formula \(y(t)=v_{0} t-\) \(0.5 g t^{2}:\) $$ \begin{aligned} &v 0=3 ; g=9.81 ; t=0.6 \\ &y=v 0 * t-0.5 * g * t * 2 \\ &\text { print } y \end{aligned} $$ Modify this code so that the program asks the user questions \(t=?\) and v0 \(=\) ?, and then gets \(t\) and vo from the user's input through the keyboard. Name of program file: ball_qa.py. \(\diamond\)
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.