Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-30 20:18:14 +01:00 committed by GitHub
parent d5349ebc93
commit c0c34c8e81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +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)
+ [List Comprehensions](python_basics/list_comprehensions/README.md)
- [Tuple](python_basics/tuple/README.md)
+ [zip](python_basics/zip/README.md)
* Mapping Types