range() Function : Range : Buildin Function PYTHON examples


PYTHON examples » Buildin Function » Range »

 

range() Function


range() Function


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

print range(10)





           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Buildin Function
» Range