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 adcec4c commit 80261d5Copy full SHA for 80261d5
index.ipynb
@@ -20,7 +20,7 @@
20
"cell_type": "markdown",
21
"metadata": {},
22
"source": [
23
- "Ok, so now that we have gotten a sense of how to read from a list and alter a list in Python, let's put this knowledge to practice. "
+ "Ok, so now that we have a sense of how to read from a list and alter a list in Python, let's put this knowledge to use. "
24
]
25
},
26
{
@@ -36,7 +36,7 @@
36
37
"* Practice reading one and multiple elements from lists\n",
38
"* Practice altering data in lists\n",
39
- "* Practice add elements and removing elements from lists"
+ "* Practice adding elements and removing elements from lists"
40
41
42
0 commit comments