Answer:
//To install the python’s numpy module on you system use following command
pip install numpy
//To use numpy module, need to import it i.e.
/*Python’s Numpy module provides a function numpy.array() to create a Numpy Array from an another array like object in python like list or tuple etc or any nested sequence like list of list */
//To create a Numpy Array from list just pass the list object to numpy.array()