Question: code in python. The input contains the size (dimension) S of a square matrix of integers each of the next S lines contains one row

code in python.
The input contains the size (dimension) S of a square matrix of integers each of the next S lines contains one row of the matrix. The items on a line are separated by single spaces. Shrink the size of the matrix by 2 : Remove the first and the last row of the matrix and the first and the last column of the matrix. Print the resulting matrix in the same format as in the input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
