Learn practical skills, build real-world projects, and advance your career
import numpy as np
## install numpy


!pip install numpy
 
np
<module 'numpy' from '/opt/anaconda3/lib/python3.8/site-packages/numpy/__init__.py'>

-- Let us Create a nd array from a Python List