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.
2 parents 087585e + 0bd003e commit b925981Copy full SHA for b925981
03-lists.md
@@ -12,7 +12,7 @@ minutes: 30
12
Just as a `for` loop is a way to do operations many times,
13
a list is a way to store many values.
14
Unlike NumPy arrays,
15
-lists are built into the language (so we don't have to lead a library
+lists are built into the language (so we don't have to load a library
16
to use them).
17
We create a list by putting values inside square brackets:
18
0 commit comments