Introduction to Repetition Control Instructions

Learn about the different types of repetition control instructions in Python.

We'll cover the following

Repetition control instructions help us repeat a set of statements in a program. There are two types of repetition control instructions:

  • The while loop
  • The for loop

Get hands-on with 1200+ tech skills courses.