Skip to content

Commit 6575521

Browse files
committed
fix formatting
1 parent 8b087fd commit 6575521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/01-python/python-functions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]
2020
},
2121
{
22-
"cell_type": "raw",
22+
"cell_type": "markdown",
2323
"metadata": {},
2424
"source": [
2525
"Functions are used to organize program flow, especially to allow us to easily do commonly needed tasks over and over again. We've already used a lot of functions, such as those that work on lists (`append()` and `pop()`) or strings (like `replace()`). Here we see how to write our own functions"

0 commit comments

Comments
 (0)