Google News
logo
SciPy - Quiz(MCQ)
Which of the following is true in SciPy?
A)
SciPy is built on top of NumPy arrays
B)
There is no need to import the NumPy functions explicitly, when SciPy is imported.
C)
By default, all the NumPy functions have been available through the SciPy namespace
D)
All of the above

Correct Answer : Option (D) :   All of the above


Explanation : scipy.source is not correct sub-packages of SciPy.

Advertisement