Skip to content

Commit 4086b82

Browse files
author
Rise Riyo
committed
demo vowel_names result of for-loop example
1 parent f7b2cad commit 4086b82

File tree

1 file changed

+38
-15
lines changed

1 file changed

+38
-15
lines changed

part-4.ipynb

Lines changed: 38 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:4a278ac6425c5bd7fe81e9821feebba045da587794e4ac98d8f4148214e20f25"
4+
"signature": "sha256:41bc5d1c6fb1cdc92efcc3828d0235da81a447e043207eefd3d40068917804ab"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -145,17 +145,8 @@
145145
],
146146
"language": "python",
147147
"metadata": {},
148-
"outputs": [
149-
{
150-
"ename": "SyntaxError",
151-
"evalue": "invalid syntax (<ipython-input-8-d07663d174bb>, line 1)",
152-
"output_type": "pyerr",
153-
"traceback": [
154-
"\u001b[0;36m File \u001b[0;32m\"<ipython-input-8-d07663d174bb>\"\u001b[0;36m, line \u001b[0;32m1\u001b[0m\n\u001b[0;31m names = [Danny\", \"Audrey\", \"Rise\", \"Alain\"]\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n"
155-
]
156-
}
157-
],
158-
"prompt_number": 8
148+
"outputs": [],
149+
"prompt_number": 15
159150
},
160151
{
161152
"cell_type": "markdown",
@@ -175,7 +166,28 @@
175166
],
176167
"language": "python",
177168
"metadata": {},
178-
"outputs": []
169+
"outputs": [],
170+
"prompt_number": 16
171+
},
172+
{
173+
"cell_type": "code",
174+
"collapsed": false,
175+
"input": [
176+
"vowel_names"
177+
],
178+
"language": "python",
179+
"metadata": {},
180+
"outputs": [
181+
{
182+
"metadata": {},
183+
"output_type": "pyout",
184+
"prompt_number": 17,
185+
"text": [
186+
"['Audrey', 'Alain']"
187+
]
188+
}
189+
],
190+
"prompt_number": 17
179191
},
180192
{
181193
"cell_type": "markdown",
@@ -192,7 +204,8 @@
192204
],
193205
"language": "python",
194206
"metadata": {},
195-
"outputs": []
207+
"outputs": [],
208+
"prompt_number": 18
196209
},
197210
{
198211
"cell_type": "code",
@@ -202,7 +215,17 @@
202215
],
203216
"language": "python",
204217
"metadata": {},
205-
"outputs": []
218+
"outputs": [
219+
{
220+
"metadata": {},
221+
"output_type": "pyout",
222+
"prompt_number": 19,
223+
"text": [
224+
"['Audrey', 'Alain']"
225+
]
226+
}
227+
],
228+
"prompt_number": 19
206229
},
207230
{
208231
"cell_type": "markdown",

0 commit comments

Comments
 (0)