Please enable JavaScript to use CodeHS

South Carolina Computer Programming 1 with Python

Lesson 8.5 Exceptions

Description

In this lesson, students explore Python’s way of handling errors with exceptions.


Objective

Students will be able to:

  • create programs that can gracefully handle exceptions
  • continue to function when an error is raised