KnowledgeBoat Logo

Computer Science

Python automatically flushes the file buffers before closing a file with close() function.

Python File Handling

3 Likes

Answer

True

Reason — Python automatically flushes the file buffers when closing them i.e., this function is implicitly called by close() function.

Answered By

1 Like


Related Questions