Uploaded by Hess

Python mini projet (1)

advertisement
Python culminating
À remettre en ligne le 16 mai, 2023.
Vous aurez besoin de Python pour répondre à ces questions : Online Python Compiler (Interpreter)
(programiz.com)
Quand vous avec écrit votre code et fini de trouver les réponses—prenez une capture de l’écran (screen
shot) avec le code que vous avez écrit et la réponse. Mettez-les ensemble avec les propres étiquettes et
soumettez cela à moi sur le Hub. En utilisant les leçons vous pourrez répondre à toutes ces questions.
1) Calculate the average of these 7 numbers: 4 , 8 , 15 , 16 , 23, 42 , 108
2) A student in science class has built a mini rocket. She launches the rocket from the top of the
school roof. The height of a rocket, in metres, t seconds after it is launched, is given by the
equation ℎ = −6.9𝑡�2 + 60𝑡� + 4, investigate how the rocket’s height changes over time.

What is the maximum height that rocket will reach?

How many seconds will it be in the air before it reaches the ground?
3) A can of Chef Boyardee is also a cylinder. The can has a diameter of 8
centimeters. What is the surface area of a can with a height of 12 cm?
4) True or false : With a fixed radius, a changing height will be linear ___________________
5) True or false : With a fixed height, a changing radius will be linear ___________________
6) Create a loop for finding the average of your own set of values. We want to write a code where
our code reads the number of values from the user. Pick how many values the code will average.
Then enter some values for it to average. i.e. There will be X amount of values to average, the
numbers will be 2 … 4… 5… 7…. 11……
Bonus: How old can a Burmese python live?
Download