Numpy basics Programming Examples
Numpy basics Practical Questions
Topic : NumPy Basics
Question - 1
Create a numpy array having two dimensions and shape(3,3) and perform the following operations on array elements:
Question - 1