Loops in Python - For, While and Nested Loops-question-2

Last Updated :
Discuss
Comments
Which type of loop continues until a specified condition becomes false?
For loop
While loop
Nested loop
Infinite loop
Share your thoughts in the comments