Home / Programming MCQs / Python MCQs / Question

M

Manisha Agrawal • 9.32K Points
Tutor III

Q. Which of the following statement is not correct about ‘for’ loop?

(A) The ‘for’ loop is used to iterate over a range of values or a sequence.
(B) The ‘for’ loop is executed for each of the items in the range.
(C) While using ‘for’ loop, it is known in advance the number of times the loop will execute
(D) None of the above

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.