8000 updated · sru0309/python_practices@4653095 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4653095

Browse files
committed
updated
1 parent f0391de commit 4653095

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

01-python-practices.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,16 +179,16 @@
179179
},
180180
{
181181
"cell_type": "code",
182-
"execution_count": 16,
182+
"execution_count": 1,
183183
"id": "c2847e7f",
184184
"metadata": {},
185185
"outputs": [
186186
{
187-
"ename": "IndentationError",
188-
"evalue": "expected an indented block (3751202742.py, line 9)",
189-
"output_type": "error",
190-
"traceback": [
191-
"\u001b[1;36m Input \u001b[1;32mIn [16]\u001b[1;36m\u001b[0m\n\u001b[1;33m print(item)\u001b[0m\n\u001b[1;37m ^\u001b[0m\n\u001b[1;31mIndentationError\u001b[0m\u001b[1;31m:\u001b[0m expected an indented block\n"
187+
"name": "stdout",
188+
"output_type": "stream",
189+
"text": [
190+
"45\n",
191+
"65\n"
192192
]
193193
}
194194
],
@@ -201,7 +201,7 @@
201201
" continue\n",
202202
" elif item % 5==0:\n",
203203
" \n",
204-
" print(item)"
204+
" print(item)"
205205
]
206206
},
207207
{

0 commit comments

Comments
 (0)
0