Quiz 8: Files
Learning Goals
Students should be able to:
- Open files in different modes using Python's open() function
- Read data from files using readline() and readlines()
- Write data to files using write()
- Explain the difference between reading, writing, and appending files
- Understand how programs create and modify files
- Explain what an exception is and give examples of exceptions in Python
- Handle exceptions using try/except statements