Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-11 18:35:01 +01:00 committed by GitHub
parent 5b6371fd60
commit 5037b216da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,8 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob
- [Flow Control: for-loop](python_basics/for/README.md)
- [Flow Control: while, pass, break, continue](python_basics/while/README.md)
- [Flow Control: match case](python_basics/match/README.md)
* Sequence Types
- [Lists](python_basics/list/README.md)
* [Files](python_basics/files/README.md)
* [Creating order via sub-directories: os.makedirs](python_basics/os_makedirs/README.md)
* [Finding files in a directory: glob](python_basics/glob/README.md)