You are here : python_3Built-in Functionstuple

tuple() - Built-in Functions

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


Syntax

tuple([iterable


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference