We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Loop Review

for i in range(0, 10):
    print(i)

Prints the numbers 0-9 to the console.