Syntax = is the grammar of a programming language

Explanation
Syntax defines the rules for writing valid Python code. If the syntax is incorrect, Python raises a SyntaxError.

Example

print("Hello")