Experiment - 17 NumPy
- Due No Due Date
- Points 5
- Submitting a file upload
1) Create a 1D array.
2) Create a 2D array with the shape of (3,3)
3) Create a 3D array with the shape of (2,3,4)
4) Create a boolean array with the shape of (4,4)
5) Create a Numpy array filled with all zeros with the shape of (5,5)
6) Create a Numpy array filled with all ones with the shape of (5,5)