what is the size of the memory required to store 15 elements in an array
Answers
Answered by
0
Answer:
Using size and itemsize attributes of NumPy array. size: This attribute gives the number of elements present in the NumPy array. itemsize: This attribute gives the memory size of one element of NumPy array.
Similar questions