Question: In Python: Create a function called sumList that will return the sum of all of the numbers in a list of lists (2D list). The
In Python:
Create a function called sumList that will return the sum of all of the numbers in a list of lists (2D list). The input into your function should a 2D list of integer values. The output of your function should be the sum of all of the numbers in the 2D list.
Not Allowed
input statements in the sumList function
print statements in the sumList function
global variables
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
