In this lesson, students learn how to use for loops in their programs. The for loop allows you to repeat a specific part of code a fixed number of times.
A for loops is written as follows:
for i in range(4):
# Code to be repeated 4 times
Students will be able to:
These are all the activities included in the lesson