News

In Python, a SyntaxError happens when the interpreter finds code that does not conform to the rules of the Python language.
Two more useful statements in loops are the break statement and the continue statement. The break statement stops a loop early if something you specify happens.