Python | for loop quiz | Question 7

Last Updated :
Discuss
Comments

What is the difference between a for loop and a while loop?

For loops iterate over sequences, while while loops run based on a condition.

For loops are better than while loop.

They are not interchangeable.

For loop is faster than while loop.

Share your thoughts in the comments