Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-07 17:48:36 +01:00 committed by GitHub
parent 656bfba7a5
commit cf6aee89f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob
* [Formatted String Literals](python_basics/formatted_string_literals/README.md)
* [Flow Control Overview](python_basics/flow_control_overview/README.md)
- [Flow Control: if, elif, else](python_basics/if/README.md)
- [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)
* [Files](python_basics/files/README.md)