Lesson 07-05: Using with-as

Learning Target: I can use the with keyword to ensure a file gets closed.

The Danger of Not Closing Files

Using with To Ensure File Closes

Checks For Understanding

Next Section - Lesson 07-07: Python Files as Output