Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-06 21:21:15 +01:00 committed by GitHub
parent 3c4df937fa
commit 406daf5dcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob
* [Basic Math Operations](python_basics/basic_math_operations/README.md)
* [Truth Value Testing](python_basics/truth_value_testing/README.md)
* [Formatted String Literals](python_basics/formatted_string_literals/README.md)
* [Flow Control Overview](python_basics/flow_control_overview/README.md)
* [Flow control: match case](python_basics/match/README.md)
* [Files](python_basics/files/README.md)
* [Creating order via sub-directories: os.makedirs](python_basics/os_makedirs/README.md)