diff --git a/more-python-for-beginners/06 - Managing the file system/directories.py b/more-python-for-beginners/06 - Managing the file system/directories.py index e56618e4..1b846e44 100644 --- a/more-python-for-beginners/06 - Managing the file system/directories.py +++ b/more-python-for-beginners/06 - Managing the file system/directories.py @@ -15,3 +15,4 @@ for child in parent.iterdir(): if child.is_dir(): print(child) +#awesome project