Intro to Python Flashcards

Author: Martin Ganchev Cards: 97

Syntax Error

An error that occurs when the Python interpreter encounters code that does not conform to the syntax rules of the language. It prevents the program from running.

18/0