Question: Q2 Write Python Program Ask the user to enter list elements of integers and then calculate the following: number of elements in the list, sum
Q2
Write Python Program
Ask the user to enter list elements of integers and then calculate the following: number of elements in the list, sum of the elements in the list, average of the elements, variance of the elements standard deviation of the elements.
Then display all of the above on the screen on a separate line.
Do not use any built-in methods except for math.sqrt() method when calculating the standard deviation from variance.
Beware that you will insert the numbers into the list first and then you will do the calculations above.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
