1.Import modules or libraries

actually,import numpy is enough
but we always write numpy as np to save time because if we write a lot of codings , it can save us much energy.
For some library , you need to install it in cmd.write : pip install +the name of library
2.The basic information about numpy
zeros


ones


empty


eye

