Which of the following is False regarding loops in Python?
a. Loops are used to perform certain tasks repeatedly.
b. While loop is used when multiple statements are to executed repeatedly until the given
condition becomes False
c. While loop is used when multiple statements are to be executed repeatedly until the
given condition becomes True.
d. For loop can be used to iterate through the elements of lists.
Answers
Answered by
0
Answer:
i think it will option (d )
Similar questions