Report Bug
Qus : NumPy arrays used over lists because
QusNumPy ऐरे का उपयोग लिस्ट पर किया जाता है क्योंकि

A. NumPy arrays have contiguous memory location
B. They are more speedy to work with
C. They are more convenient to deal with
D. All of the above


Solution
D. All of the above






Report Bug