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