You are here : python_3Built-in Functionsrange

range() - Built-in Functions

Rather than being a function, range is actually an immutable
sequence type, as documented in Ranges and Sequence Types — list, tuple, range.


Syntax

range(sto


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference