Google News
logo
NumPy - Quiz(MCQ)
What is the correct code to install numpy in the linux system containing python3?
A)
pip3 install numpy
B)
pip install numpy
C)
pip numpy install python3
D)
python3 pip3 numpy install

Correct Answer :   pip3 install numpy

Advertisement