Add initial version of chapter 09's exercises, part 2

This commit is contained in:
Alexander Hess 2020-10-22 18:33:59 +02:00
commit 4f6c14822c
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 251 additions and 0 deletions

View file

@ -244,3 +244,6 @@ If this is not possible,
[<img height="12" style="display: inline-block" src="static/link/to_mb.png">](https://mybinder.org/v2/gh/webartifex/intro-to-python/develop?urlpath=lab/tree/09_mappings/02_content.ipynb)
(`**kwargs` in Function Definitions;
Memoization)
- [exercises <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/09_mappings/03_exercises.ipynb)
[<img height="12" style="display: inline-block" src="static/link/to_mb.png">](https://mybinder.org/v2/gh/webartifex/intro-to-python/develop?urlpath=lab/tree/09_mappings/03_exercises.ipynb)
(Memoization without Side Effects)