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 list
What does
array
mean?
array
most likely numpy.array
= myarray = array ([0, 5, 3, 3, 0, 1, 2] refers to) Mylist = List (Myrtar)
Comments
Post a Comment