Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-30 19:59:25 +01:00 committed by GitHub
parent 505d6cfd62
commit d5a7ad19bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,7 @@ Important VS Code notes:
- [Flow Control: match case](python_basics/match/README.md)
* Sequence Types
- [Lists](python_basics/list/README.md)
+ [List Comprehensions](python_basics/list_comprehensions/README.md)
- [Tuple](python_basics/tuple/README.md)
+ [zip](python_basics/zip/README.md)
* Mapping Types