What do we use the 'with' statement for when working with files?
To make sure the file is closed properly
To stop other programs from using the file
To make it easier to write file handling code
To make file operations go faster

Computing Exercises are loading ...