Computer Science
The .......... construct allows to choose statements to be executed, depending upon the result of a condition.
- selection
- repetition
- sequence
- flow
Python Control Flow
27 Likes
Answer
selection
Answered By
5 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 repeats a set of statements a specified number of times or as long as a condition is true.
Which of the following statements will make a selection construct?