mirror of
https://github.com/davrot/pytutorial.git
synced 2025-06-08 01:00:03 +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
|
# [glob](https://docs.python.org/3/library/glob.html) : Finding files in a directory
|
||||||
{:.no_toc}
|
{:.no_toc}
|
||||||
|
|
||||||
|
<nav markdown="1" class="toc-class">
|
||||||
* TOC
|
* TOC
|
||||||
{:toc}
|
{:toc}
|
||||||
|
</nav>
|
||||||
|
|
||||||
## Goal
|
## Goal
|
||||||
We want to deal with many files in a directory. What is an easy way to get the filename in a directory?
|
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
Add a link
Reference in a new issue