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

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -