diff --git a/glob/README.md b/glob/README.md index fe5f005..85d2e17 100644 --- a/glob/README.md +++ b/glob/README.md @@ -1,8 +1,10 @@ # [glob](https://docs.python.org/3/library/glob.html) : Finding files in a directory {:.no_toc} + ## Goal We want to deal with many files in a directory. What is an easy way to get the filename in a directory?