Answer:As already pointed out in the exceptions lesson, Python contains a vast set of built-in exceptions. One important class has to do with file handling.
An exception is an event that occurs during the execution of a program that disrupts the normal flow of instructions.
Human Enhancement
Step-by-step explanation: