![]() | Program |
|
A program is a sequence of statements that can by executed by the Python interpreter. | |
![]() | Sequence |
|
Sequencing is a simple programming feature that allows to chain instructions that will be executed one by one from top to bottom. | |
Later we are going to learn more complicated ways to control the flow of a program, such as branching and repetition.