What is the meaning of .ndarray in python numpy arrays | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the meaning of .ndarray in python numpy arrays

Code: import numpy A= numpy.array([1, 2, 3]) print(type(A)) Output: <class 'numpy.ndarray'>

23rd Nov 2020, 10:49 AM
QUANTUMSPARK1
QUANTUMSPARK1 - avatar
1 Answer
23rd Nov 2020, 11:01 AM
Alphin K Sajan
Alphin K Sajan - avatar