Basic Python Interview Questions

6. Write a Numpy program to find the number of rows and columns of the given matrix. 7. Write a Numpy program to compute sum of all elements, sum of each column and sum of each row of a matrix. 8. Write a Numpy program to convert a given array into a list and then convert it into a array again. 9. ................
................