Question: python 1: write a function which could create a matrix which has n rows and m columns. 2: fill the matrix with any data you
1: write a function which could create a matrix which has n rows and m columns. 2: fill the matrix with any data you want 3: write another function which could return the index of any specific data 4: If the specific data is not in the matrix, it return -1, or return the row and column where the data is in. Previous
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
