Skip to main content

One doc tagged with "foreach"

View all tags

Loops: foreach loops (iterating over collections)

Following our exploration of Loops: while and do-while loops, this article focuses on what is often called a "foreach" loop in other languages. In Python, this is simply the standard for loop used to iterate over collections.