资讯

In Python, a SyntaxError happens when the interpreter finds code that does not conform to the rules of the Python language.
For example the Python interpreter cannot understand your code if your indentation is off, which teaches you to write well-formatted, readable code.