Skip to content

Commit 9e81036

Browse files
committed
update Ch03-3
1 parent 360e1c8 commit 9e81036

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Ch03-3-Functions-UserDefined.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
" # STATEMENTS\n",
1616
" return VALUE\n",
1717
"```\n",
18-
"- PARAMETERS AND return statements are OPTIONAL\n",
18+
"- PARAMETERS and return statements are OPTIONAL\n",
1919
"- function NAME follows the same rules as a variable/identifier name\n",
2020
"- some built-in functions and object methods have been used..."
2121
]
@@ -36,7 +36,7 @@
3636
"cell_type": "markdown",
3737
"metadata": {},
3838
"source": [
39-
"## Two-step process\n",
39+
"## two-step process\n",
4040
"1. define function\n",
4141
"- call/use function"
4242
]
@@ -309,7 +309,7 @@
309309
"cell_type": "markdown",
310310
"metadata": {},
311311
"source": [
312-
"### visualize variables' scope using pythontutor:\n",
312+
"### visualize variables' scope using pythontutor\n",
313313
"https://goo.gl/TyXPg6"
314314
]
315315
},

0 commit comments

Comments
 (0)