0 votes
in Python by
Which are the file related libraries/modules in Python?

1 Answer

0 votes
by

The Python provides libraries/modules that enable you to manipulate text files and binary files on the file system. It helps to create files, update their contents, copy, and delete files. The libraries are os, os.path, and shutil.

Here, os and os.path - modules include a function for accessing the filesystem

while shutil - module enables you to copy and delete the files.

Related questions

0 votes
asked Jan 11, 2021 in Python by SakshiSharma
0 votes
asked Apr 24, 2022 in SAP ABAP by sharadyadav1986
...