Question: NOTE: Solve this code using python: YOU CANNOT USE ANY BUILT - IN FUNCTION EXCEPT len IN PYTHON. [ negative indexing, append is prohibited ]
NOTE: Solve this code using python:
YOU CANNOT USE ANY BUILTIN FUNCTION EXCEPT len IN
PYTHON. negative indexing, append is prohibited
You can use the attribute shape of numpy arrays
YOU HAVE TO MENTION SIZE OF ARRAY WHILE INITIALIZATION
YOUR CODE SHOULD WORK FOR ANY VALID INPUTS. Make
changes to the Sample Inputs and check whether your program works
correctly Here is the code : def checkdiagonalmatrix matrix:
#TO DO
array nparray
array nparray
checkDiagonalarray array #This should print YES
print
array nparray
array nparray
checkDiagonal array array #This should print NO
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
