File and Directory Access — Python 3.10.3 documentation
docs.python.org › 3 › libraryMar 18, 2022 · Operating system interfaces, including functions to work with files at a lower level than Python file objects. Module io. Python’s built-in I/O library, including both abstract classes and some concrete classes such as file I/O. Built-in function open() The standard way to open files for reading and writing with Python.