Please enable JavaScript to use CodeHS

AP Computer Science Principles in Python

Lesson 5.7 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