Handling Exceptions
In this lesson, you'll learn how to handle exceptions in Python.
We'll cover the following...
Introduction to error handling
Errors happen. A program may try to divide a number by zero, send a message to None
, or read in a file that isn’t there. When this happens, Python will raise an exception.
Access this course and 1400+ top-rated courses and projects.