Computer Science, asked by mayank9039, 10 months ago

diffrencd between NumPy and list in tabular form?​

Answers

Answered by jithendrasaim
1

Answer:         A numpy array is a grid of values, all of the same type, and is indexed by a tuple of nonnegative integers. ... A list is the Python equivalent of an array, but is resizeable and can contain elements of different types. A common beginner question is what is the real difference here. The answer is performance.

Explanation: mark as brain list

Similar questions