Please enable JavaScript to use CodeHS

Intro to Computer Science in Python 3

Lesson 2.15 Extended Loop Control

Description

In this lesson, students will learn the extended parameters that can be used to control the value of i in for loops. They will then be able to use the variable i to control much more of their code by setting specific values.


Objective

Students will be able to:

  • Control the value of i using extended parameters