Mega Code Archive

 
Categories / Python / Buildin Function
 

Range() Function

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