#For example, the
#following loop prints every integer from 0 to 99:

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