Skip to content

Commit f25aefb

Browse files
author
Rise Riyo
committed
changed inside-out to reversed for-loop
1 parent d487647 commit f25aefb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

part-4.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:20f6b02042c480fae323fa6c98332c749bfe323d54bb24066930544c93c73a33"
4+
"signature": "sha256:cdcea0fa307ec1a5a8d16fcca9cd7755211f74a5615af2d00b45071b0ef5f37c"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -23,7 +23,7 @@
2323
"\n",
2424
"Now we're going to learn about list comprehensions.\n",
2525
"\n",
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."
26+
"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."
2727
]
2828
},
2929
{

0 commit comments

Comments
 (0)