added lesson 6

This commit is contained in:
2025-04-08 14:53:36 +02:00
parent 3f648b7fc9
commit 41c0b80d8b
6 changed files with 132 additions and 0 deletions

View File

@@ -57,6 +57,13 @@
[Files](src/Lesson5)
- Lists
- High order functions
-
### Lesson 6 - Tuples and comprehensions
[Files](src/Lesson6)
- Tuples
- For-comprehension
- Yield
- Flatmap
### Midterm preparation
[Files](src/MidTermPrep1)