In this session, we review the for-loop, which is the next control structure. This is the last control structure we will need for a while.
For-loops are pretty easy to use in Python, and most students to do not have difficulties with them. But they must be associated with iterables (string, tuple, list, or range) to work. That is why we needed to cover so much other material first.
This presentation references Videos 16.1-16.7.