You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: part-4.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -110,14 +110,14 @@
110
110
"cell_type": "markdown",
111
111
"metadata": {},
112
112
"source": [
113
-
"Note how our list comprehension is written within the brackets: The for-loop statement is written at the end whereas the action inside of the for-loop is written first: n * n"
113
+
"Note how our list comprehension is written within the brackets: The list we're looping over (my_favorite_numbers) is written at the end whereas the action inside of the for-loop is written first: n * n"
114
114
]
115
115
},
116
116
{
117
117
"cell_type": "markdown",
118
118
"metadata": {},
119
119
"source": [
120
-
"Let's revisit a problem we've already solved in Danny's lecture on list:\n",
120
+
"Let's revisit a problem we've already solved in Danny's lecture on lists:\n",
121
121
"\n",
122
122
"Pick every name from a list that begins with a vowel.\n",
0 commit comments