Episode

Python for Beginners [27 of 44] Loops

Performing operations on each item in a collection is possible through a couple different mechanisms - for and while. See when to use each.

Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPython

Sample code: https://aka.ms/PythonGettingStarted
Watch the entire series: https://aka.ms/PythonBeginnerSeries

Python