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
5ddb9dadbb
commit
4364603463
1 changed files with 2 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
|||
# [glob](https://docs.python.org/3/library/glob.html) : Finding files in a directory
|
||||
{:.no_toc}
|
||||
|
||||
<nav markdown="1" class="toc-class">
|
||||
* TOC
|
||||
{:toc}
|
||||
</nav>
|
||||
|
||||
## Goal
|
||||
We want to deal with many files in a directory. What is an easy way to get the filename in a directory?
|
||||
|
|
Loading…
Add table
Reference in a new issue