Computer Science

Fill in the blanks:

The _________ method of a file object flushes any unwritten information and closes the file object.

Python Data Handling

3 Likes

Answer

close()

Answered By

1 Like


Related Questions