Question: Please use python 11.13 Locate the largest element) Write the following function that returns the location of the largest element in a two-dimensional list: def

Please use python  Please use python 11.13 Locate the largest element) Write the following

11.13 Locate the largest element) Write the following function that returns the location of the largest element in a two-dimensional list: def locateLargest(a) The return value is a one-dimensional list that contains two elements. These two elements indicate the row and column indexes of the largest element in the two-dimensional list. Write a test program that prompts the user to enter a two-dimensional list and displays the location of the largest element in the list. Here is a sample run: Enter the number of rows in the list: 3 Enter a row: 23.5 35 2 10 Enter Enter a row: 4.5 3 45 3.5 Enter a row: 35 44 5.5 11.6 -Ente The location of the largest element is at (1,2)

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!