Add initial version of chapter 07's exercises, part 2
This commit is contained in:
parent
9a21de4539
commit
98cb3bef93
2 changed files with 667 additions and 1 deletions
|
|
@ -180,4 +180,7 @@ If this is not possible,
|
|||
(Modifiers vs. Pure Functions;
|
||||
`tuple` Type;
|
||||
Packing & Unpacking;
|
||||
`*args` in Function Definitions)
|
||||
`*args` in Function Definitions)
|
||||
- [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/04_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/04_exercises.ipynb)
|
||||
(Packing & Unpacking with Functions)
|
||||
Loading…
Add table
Add a link
Reference in a new issue