Skip to content

Commit 7f1d219

Browse files
committed
added map and reduce
1 parent 9ea8dca commit 7f1d219

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

notebooks/017_Functions.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
"\n",
3737
"In this session, we will learn about Functions in Python. In essence, a function allows us to write better, more compact and re-usable code. This is a concept we will use a lot in later sessions, so make sure you fully familiarise yourself with the material.\n",
3838
"\n",
39+
"We will also briefly cover some special types of function: `map()`, `reduce()` and `lambda` functions.\n",
40+
"\n",
3941
"\n",
4042
"### Prerequisites\n",
4143
"\n",

0 commit comments

Comments
 (0)