Back to Browse

The Python “FOR” loop | Iterating through a list of items

440 views
Aug 6, 2021
3:03

LINKS TO FULL CONTENT Full lesson: https://computersciencecamp.com/courses/python3/control-flow/the-for-loop Full course: https://computersciencecamp.com/courses/python3 FULL LESSON DESCRIPTION In this lesson, I’ll provide a brief introduction to Python lists as a feature that allows us to group multiple values into one variable, and I’ll focus on a control flow structure called a ‘for’ loop, that allows us to conveniently traverse these sequences. FULL LESSON CONTENT Part 1. Lists Part 2. Syntax of a ‘for’ loop Part 3. The ‘range’ function Part 4. Problem: Drawing a triangle

Download

0 formats

No download links available.

The Python “FOR” loop | Iterating through a list of items | NatokHD