Python statement types are divided into two groups. Simple statements, that are executed sequentially and do not affect the flow of control, are described first. Compound statements, which may affect the sequence of execution, are discussed in Section 23, “Compound statements”.
Here, for your convenience, is a table of all the Python
statement types, and the sections where they are described.
The first one, the assignment statement, does not have an
initial keyword: an assignment statement is a statement
of the form “”.
variable = expression