CBSE Class 11 Computer Science
Question 19 of 80
Conditional and Looping Constructs — Question 2
Back to all questionsfor statement
Reason — The for statement is not a decision-making statement in Python. Instead, the for loop statement is used to iterate/repeat itself over a range of values or a sequence.