Loops

In this lesson, we will learn about for and while loops in Python.

A loop is a control structure that is used to repeatedly execute a set of instructions. They solve the problem of having to write the same set of instructions over and over again.

There are two types of loops that we can use in Python:

  • for loop
  • while loop

Get hands-on with 1200+ tech skills courses.