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.
This question is part of this quiz :
Python for loop quiz