Skip to content

Commit 3208c4f

Browse files
committed
fixing cell
1 parent 6bca32b commit 3208c4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Notebooks/02_Flow_Control.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,13 +352,13 @@
352352
]
353353
},
354354
{
355-
"cell_type": "raw",
355+
"cell_type": "markdown",
356356
"metadata": {},
357357
"source": [
358358
"#### Sintax:\n",
359359
"\n",
360-
"while <condition>:\n",
361-
" code"
360+
" while <condition>:\n",
361+
" code"
362362
]
363363
},
364364
{
@@ -939,7 +939,7 @@
939939
"name": "python",
940940
"nbconvert_exporter": "python",
941941
"pygments_lexer": "ipython3",
942-
"version": "3.7.6"
942+
"version": "3.8.5"
943943
}
944944
},
945945
"nbformat": 4,

0 commit comments

Comments
 (0)