Home »
Python »
Python NumPy MCQs
NumPy package is capable to do fast operations on arrays
2. NumPy package is capable to do fast operations on arrays.
- True
- False
Answer: A) True
Explanation:
NumPy package is capable to do fast operations on arrays including mathematical, logical, shape manipulation, sorting, selecting, I/O, discrete Fourier transforms, basic linear algebra, basic statistical operations, random simulation and much more.