Skip to content
CCC Python Course

Reading error messages

Stage
0
Module
M0.6
Lessons
1

In this module

  • Read a Python traceback: find the file name, the line number, and the error on the last line.
  • Recognize a SyntaxError, a NameError, a TypeError and a ValueError, and fix the mistake behind each one.
  • Name the runtime errors covered in later modules, and say which module covers each one.

Before this module

Lessons

  1. 1Reading error messages