Question: write python code for L = [ [ 1 , - 1 , 1 0 ] , [ 3 , 1 0 , - 8

write python code for L =[[1,-1,10],
[3,10,-80],
[-35,100,7,12,7,97],
[16,0,-1],
[100,101,-79],
[-81,100,-11]]
# todo 1: Add each sub-list and put your results in a separate list Result.
# todo 2: Without using the built-in function, determine the maximum and minimum from the above Result list. You may wish to implement using a while() or a for() loop. Print the index of the sub-list in which your maximum and minimum occurs.

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 Programming Questions!