Python syntax and semantics
The syntax of the Python programming language is the set of rules that defines how a Python program will be written and interpreted (by both the runtime system and by human readers). The Python language has many similarities to Perl, C, and Java.
Source: Wikipedia — Python syntax and semantics (CC BY-SA 4.0)