Paul K
0
Q:

how do i index into array

>>> x = np.arange(10)
>>> x[2]
2
>>> x[-2]
8
0

New to Communities?

Join the community