Question: in p3 In this exercise part, you will practice with the built in list data type Follow the below steps in order. Create an empty
in p3

In this exercise part, you will practice with the built in list data type Follow the below steps in order. Create an empty list Ask the user for five float values, append each to the list Print the list Print the min value using the built in min command Print the max value using the built in max command Print the length of the list using the built in len command Print the total of all values in the list using the built in sum command Print the Average of the list (totalumber items) Your program should match the layout below. Enter first number: Enter second number: 8.7 Enter third number: 12 Enter fourth number 1000.9 Enter fifth number: 15 The list is [9.0, 8.7, 12.0, 1000.9, 15.0 Min Value: 8.7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
