what is the directory of python module
Answers
Answered by
0
Answer:
A directory or folder is a collection of files and subdirectories. Python has the os module that provides us with many useful methods to work with directories (and files as well).
Similar questions