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

Popular posts from this blog

google indexing -

wpf - Converter stops filter working -

php - How to paginate multiple results in CakePHP? -