Google News
logo
Python - Interview Questions
What are the file related modules in python?
Python provides modules with functions which enable you to manipulate text and binary files on file system. Based on them you can create files, update the contents, copy, and delete files. The modules are os, shutil.
Advertisement