Category:
Blogs
The original data in the file has been removed and new data will be added copy file-a text from one file can be copied to another. File Handling in Python, the readlines() method return the list of line and the readline() return one line. Write() to write a fixed sequence of character to a file and writelines() to write the list of string. In python any type of file can be opened, read and appended.



