Computer Science
Which of the following statements will make a repetition construct?
- if
- if-else
- for
- while
Python Control Flow
26 Likes
Answer
for
while
Answered By
4 Likes
Related Questions
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?
In Python, which of the following will create a block in a compound statement ?
What signifies the end of a statement block or suite in Python ?