The median is the average of a set of data.
Read moreTable of Contents
Textbook Solutions for Python Programming: An Introduction to Computer Science
Question
Extend the cannonball animation from the chapter to allow the user to adjust the initial height of the launcher. The height adjustment should be handled similar to the way angle and velocity are. Pick a pair of keys of your own choosing for adjusting the height up and down.
Solution
The first step in solving 11 problem number 41 trying to solve the problem we have to refer to the textbook question: Extend the cannonball animation from the chapter to allow the user to adjust the initial height of the launcher. The height adjustment should be handled similar to the way angle and velocity are. Pick a pair of keys of your own choosing for adjusting the height up and down.
From the textbook chapter Data Collections you will find a few key concepts needed to solve this.
Visible to paid subscribers only
Step 3 of 7)Visible to paid subscribers only
full solution