Great,now that you have learnt how to create numpy arrays, let's start experimenting by saving the value in a variable named zeros_array_reshaped
- Performs the operation of reshaping the variable zeros_array to dimensions (2,3,4) and save it to another variable zeros_array_reshaped.
This function takes in no parameters
| Return | dtype | description |
|---|---|---|
| variable zeros_array_reshaped | numpy.ndarray | An array of dimensions (2,3,4) |