Question: Python 16.14 Lab 3 Part B: List Practice In this lab part, you will practice with the built in list data type. Follow the below

Python Python 16.14 Lab 3 Part B: List Practice In this lab

16.14 Lab 3 Part B: List Practice In this lab 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 (total umber items) . Your program should match the layout below. Enter first number: Enter second number: Enter third number: 12 Enter fourth number: 1000.9 Enter fifth numer: 15 The list is [9.0, 8.7, 12.0, 1000.9, 15.0] Min Value: 8.7 Max Value: 1000.9 Length of List: 5 Total all values: 1045.6 Average: 209.11999999999998 LAB ACTVTY 16.14.1: Lab 3 Part B: List Practice 0/3 main.py

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!