Please enable JavaScript to use CodeHS

Intro to Computer Science in Python 3

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