Please enable JavaScript to use CodeHS

Utah Computer Programming 2

Lesson 1.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