Computer Science

Fill in the blanks:

To force Python to write the contents of file buffer on to storage file, _________ method may be used.

Python Data Handling

1 Like

Answer

flush()

Answered By

1 Like


Related Questions