Computer Science

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

Python File Handling

1 Like

Answer

True

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

Answered By

3 Likes


Related Questions