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 df689c7 commit d5e973dCopy full SHA for d5e973d
_episodes/01-numpy.md
@@ -19,7 +19,7 @@ keypoints:
19
- "Variables are created on demand whenever a value is assigned to them."
20
- "Use `print(something)` to display the value of `something`."
21
- "The expression `array.shape` gives the shape of an array."
22
-- "Use `array[x, y]` to select a single element from an array."
+- "Use `array[x, y]` to select a single element from a 2D array."
23
- "Array indices start at 0, not 1."
24
- "Use `low:high` to specify a slice that includes the indices from `low` to `high-1`."
25
- "All the indexing and slicing that works on arrays also works on strings."
0 commit comments