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
Access this course and 1400+ top-rated courses and projects.