CBSE Class 11 Informatics Practices
Question 20 of 75
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.