8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c704a2 commit a69de72Copy full SHA for a69de72
NumPy/3_Indexing.py
@@ -12,3 +12,4 @@
12
import numpy as np
13
arr = np.array([[1,2,3,4,5], [6,7,8,9,10]])
14
print('Last element from 2nd dim: ', arr[1, -1]) #output Last element from 2nd dim: 10
15
+
0 commit comments