Please enable JavaScript to use CodeHS

Teaching Intro to Computer Science in Python 3

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