Add initial version of chapter 07's exercises, part 1

This commit is contained in:
Alexander Hess 2020-10-19 19:20:28 +02:00
commit 4dfc956f0e
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 261 additions and 1 deletions

View file

@ -172,4 +172,7 @@ If this is not possible,
Indexing & Slicing;
Shallow vs. Deep Copies;
List Methods & Operations;
Unpacking)
Unpacking)
- [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/07_sequences/02_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/07_sequences/02_exercises.ipynb)
(Working with Lists)