NumPy Quiz problem

The correct syntax of the reshape() function in Numpy array Python is -
array. reshape(shape) because it is a method of numpy so we need to operate with numpy object
reshape(array, shape) Right answer shown in the Quiz is this, How this will work, give an example.