Which of the following is correct way to import the Numpy module in your program ?

Python - Online Exam Test Papers | Python - MCQs[multiple choice questions and answers ] | Python - Mock Test Papers | Python - Practice Papers | Python - Sample Test Papers |

Question:
Which of the following is correct way to import the Numpy module in your program ?

1.import numpy

2.import numpy as np

3.from numpy import *

4.All of the above

Posted Date:-2019-06-05 07:09:15


More MCQS Questions and answers