Computer Science, asked by ratnasarkar034, 3 months ago

what is the size of the memory required to store 15 elements in an array​

Answers

Answered by dkavya04062008
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