Khan Academy: "For Loops in Python"

Please watch the 11-minute lecture. This lecture explains loops by applying them to a simple application, manipulating lists. Unlike the while loop, the for loop does not require a statement in the body of the loop that updates the control variable. Please note that the for loop is explained using Python programming language.

Last modified: Wednesday, February 10, 2016, 10:58 AM