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
Get step-by-step solutions from verified subject matter experts
