Computer Science
A close() function breaks the link of the file object and the file on the disk.
Python Data Handling
1 Like
Answer
True
Reason — The close() function breaks the link between the file object and the file on the disk. It flushes any unwritten information and closes the file object, preventing further writing operations.
Answered By
1 Like