Skip to content

Commit 9a1fac5

Browse files
author
Rise Riyo
committed
minor grammatical change
1 parent f25aefb commit 9a1fac5

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

part-4.ipynb

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:cdcea0fa307ec1a5a8d16fcca9cd7755211f74a5615af2d00b45071b0ef5f37c"
4+
"signature": "sha256:cc99296d9dd44c36671918c973d625cd8d0fe7b970a61ec7421d066817a07826"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -41,7 +41,8 @@
4141
],
4242
"language": "python",
4343
"metadata": {},
44-
"outputs": []
44+
"outputs": [],
45+
"prompt_number": 3
4546
},
4647
{
4748
"cell_type": "markdown",
@@ -60,7 +61,8 @@
6061
],
6162
"language": "python",
6263
"metadata": {},
63-
"outputs": []
64+
"outputs": [],
65+
"prompt_number": 4
6466
},
6567
{
6668
"cell_type": "code",
@@ -70,7 +72,17 @@
7072
],
7173
"language": "python",
7274
"metadata": {},
73-
"outputs": []
75+
"outputs": [
76+
{
77+
"metadata": {},
78+
"output_type": "pyout",
79+
"prompt_number": 5,
80+
"text": [
81+
"[1, 1, 4, 9, 25, 64, 169, 441, 1156, 3025, 7921]"
82+
]
83+
}
84+
],
85+
"prompt_number": 5
7486
},
7587
{
7688
"cell_type": "markdown",
@@ -83,7 +95,7 @@
8395
"cell_type": "markdown",
8496
"metadata": {},
8597
"source": [
86-
"Now let's do the same thing with a list comprehension:"
98+
"Now let's do the same thing by using a list comprehension instead:"
8799
]
88100
},
89101
{

0 commit comments

Comments
 (0)