News

In Python, a SyntaxError happens when the interpreter finds code that does not conform to the rules of the Python language.
There are two common ways this happens: using Python keywords or built-in names as your own, and accidentally naming your scripts after existing Python modules.