Computer Science, asked by adhithi1133, 20 days ago

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 ankurbanik47
0

Answer:

i think it will option (d )

Similar questions