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 d487647 commit f25aefbCopy full SHA for f25aefb
part-4.ipynb
@@ -1,7 +1,7 @@
1
{
2
"metadata": {
3
"name": "",
4
- "signature": "sha256:20f6b02042c480fae323fa6c98332c749bfe323d54bb24066930544c93c73a33"
+ "signature": "sha256:cdcea0fa307ec1a5a8d16fcca9cd7755211f74a5615af2d00b45071b0ef5f37c"
5
},
6
"nbformat": 3,
7
"nbformat_minor": 0,
@@ -23,7 +23,7 @@
23
"\n",
24
"Now we're going to learn about list comprehensions.\n",
25
26
- "A list comprehension is kind of like an inside-out for loop. It makes it easy to do operations on elements in a list and return a new list."
+ "A list comprehension is kind of like a reverse for-loop. It makes it easy to do operations on elements in a list and return a new list."
27
]
28
29
0 commit comments