Python Loop Statement

7:47 min total

This lesson on Beginner to Python, I will cover how to iterate over a sequence or other iterable objects using different type of looping structures:

  • For loop syntax
  • While loop syntax
  • For else and while else syntax
  • Break statement
  • Continue statement

In computer science, iterating over a sequence is known as a traversal.