mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-18 21:26:41 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
a6ab2a1843
commit
52883dd078
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob
|
|||
* [Truth Value Testing](python_basics/truth_value_testing/README.md)
|
||||
* [Formatted String Literals](python_basics/formatted_string_literals/README.md)
|
||||
* [Files](python_basics/files/README.md)
|
||||
* [os.makedirs: Creating order via sub-directories](python_basics/python_os_makedirs/README.md)
|
||||
* [os.makedirs: Creating order via sub-directories](python_basics/os_makedirs/README.md)
|
||||
* [glob: Finding files in a directory](python_basics/glob/README.md)
|
||||
|
||||
## Numpy
|
||||
|
|
Loading…
Add table
Reference in a new issue