Question: Write a Python code fragment in the code cell below that uses a loop to input 5 weights (float values) and store them in a

Write a Python code fragment in the code cell below that uses a loop to input 5 weights (float values) and store them in a list. Output the list (on one line) followed by the minimum weight, maximum weight, and average (mean) weight each on a separate line. Format the minimum, maximum, and average weights using an f-string with 2 digits of precision.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!