Select which is true for for loop
Python's for loop used to iterates over the items
of list, tuple, dictionary, set, or string
else clause of for loop is executed when the loop
terminates naturally
else clause of for loop is executed when the loop
terminates abruptly
We use for loop when we want to perform a task
indefinitely until a particular condition is met
Answers
Answered by
0
Hello Mate! The correct answer for your question is Option-A.
For loop is used to iterate over items of any sequence, such as a list or a string.
In the above sentence, iterate means performing a task repeatedly.
In general, loops statements are used when we want to run the same coding again and again.
Similar questions
English,
3 months ago
Art,
3 months ago
Science,
6 months ago
Physics,
6 months ago
Social Sciences,
10 months ago
Math,
10 months ago
Computer Science,
10 months ago