A. import numpy
B. import np
C. from math import numpy
D. import numPy as np
import statement is used to import module in python and to import the numpy we can use
import.numpy statement or import.numpy as np