This commit is contained in:
Nils Pukropp
2024-09-16 21:02:27 +02:00
commit b907cb789e
83 changed files with 5845 additions and 0 deletions

21
Tutorium/tut12/notes.md Normal file

@ -0,0 +1,21 @@
# Notes for Tutorium 12 - 19.01.2024
## Topics
- Type Annotation - The Full Guide
- Basics
- parameter
- variable
- return type
-
- Advanced
- Collections
- ~~args, kwargs~~
- Functional programming
- `lambda`
- map
- filter
- reduce
- flatten
- function composition
- Maybe-Type