Question: Create a Python program called cst - 1 5 0 - grid - list - py . The program should accept a two - dimensional
Create a Python program called cstgridlistpy
The program should accept a twodimensional list as input.
Calculate and display the following statistics:
The lowest number in the list.
The highest number in the list.
The sum of numbers in the list.
The total number of elements in the list.
Use the provided sample run as a reference for the input prompts and expected output.
Sample Run:
test list:
Output:
The minimum number in the list is
The maximum number in the list is
The are total numbers in the list.
The sum of the numbers in the list is
Naming Convention: cstgridlistpy
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
