mirror of
https://github.com/davrot/pytutorial.git
synced 2025-06-09 13:00:02 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
f99bba03f4
commit
0ad44ddb9d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
* [Formatted String Literals](python_basics/formatted_string_literals/README.md)
|
||||||
* [Flow Control Overview](python_basics/flow_control_overview/README.md)
|
* [Flow Control Overview](python_basics/flow_control_overview/README.md)
|
||||||
- [Flow Control: if, elif, else](python_basics/if/README.md)
|
- [Flow Control: if, elif, else](python_basics/if/README.md)
|
||||||
|
- [Flow Control: while, pass, break, continue](python_basics/while/README.md)
|
||||||
- [Flow Control: match case](python_basics/match/README.md)
|
- [Flow Control: match case](python_basics/match/README.md)
|
||||||
* [Files](python_basics/files/README.md)
|
* [Files](python_basics/files/README.md)
|
||||||
* [Creating order via sub-directories: os.makedirs](python_basics/os_makedirs/README.md)
|
* [Creating order via sub-directories: os.makedirs](python_basics/os_makedirs/README.md)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue