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, 1000):
    print(i)

Prints the numbers 0-999 to the console.