A Admin • 832.27K Points Coach 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 Correct Answer - Option(D) Views: 21 Filed under category Python Hashtags: Share Manage Tags
Discusssion
Login to discuss.