Buildin Function Python

# iterate over a sequence of numbers, 
# the built-in function range() comes in handy.
print range(10)