mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-19 05:36:42 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
3e713e3a01
commit
65fe054b00
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob
|
|||
* [Programming Recommendations](python_basics/programming_recommendations/README.md)
|
||||
* [Truth Value Testing](python_basics/truth_value_testing/README.md)
|
||||
* [Formatted String Literals](python_basics/formatted_string_literals/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)
|
||||
* [Finding files in a directory: glob](python_basics/glob/README.md)
|
||||
|
|
Loading…
Add table
Reference in a new issue