NumPy - Creating Arrays
You want to create a 5x5 matrix with 1s on the diagonal just below the main diagonal using
np.eye(). Which code achieves this and what is the resulting matrix?