Please enable JavaScript to use CodeHS

Coding in Math

Lesson 1.4 For Loops

Description

In this lesson, students learn about for loops as an efficient technique to repeat code a specific number of times.


Objective

Students will be able to:

  • Explain how to repeat code in Python.
  • How to correctly use a for loop.