python: what does array([...]) mean? -
I am working with lists, and there is a function that is returning something that looks like this: / P>
array ([0, 5, 3, 3, 0, 1, 2]) I assign those values to a What does list array mean?
array most likely numpy.array
Comments
Post a Comment