#i need to Solve the error importing the NumPy library
arrange = np.arange(15)np.reshape(3, 5)
np.allclose(arange, [[0,1,2,3,4],[5,6,7,8,9],[10,11,12,13,14]])