Computer Science
In a Python program, a control structure:
- directs the order of execution of the statements in the program
- dictates what happens before the program starts and after it terminates
- defines program-specific data structures
- manages the input and output of control characters
Python Control Flow
155 Likes
Answer
directs the order of execution of the statements in the program
Answered By
14 Likes
Related Questions
An empty/null statement in Python is
The order of statement execution in the form of top to bottom, is known as .......... construct.
The .......... construct allows to choose statements to be executed, depending upon the result of a condition.
The .......... construct repeats a set of statements a specified number of times or as long as a condition is true.