tuple
Create a tuple with the specified sole element. The element is not made immutable first, nor is the new tuple.
Return
The new mutable tuple.
Parameters
The value for the first element of the tuple.
Create a tuple with the specified two elements. The elements are not made immutable first, nor is the new tuple.
Return
The new mutable tuple.
Parameters
The value for the first element of the tuple.
The value for the second element of the tuple.
Create a tuple with the specified three elements. The elements are not made immutable first, nor is the new tuple.
Return
The new mutable tuple.
Parameters
The value for the first element of the tuple.
The value for the second element of the tuple.
The value for the third element of the tuple.
Create a tuple with the specified four elements. The elements are not made immutable first, nor is the new tuple.
Return
The new mutable tuple.
Parameters
The value for the first element of the tuple.
The value for the second element of the tuple.
The value for the third element of the tuple.
The value for the fourth element of the tuple.
Create a tuple with the specified five elements. The elements are not made immutable first, nor is the new tuple.
Return
The new mutable tuple.
Parameters
The value for the first element of the tuple.
The value for the second element of the tuple.
The value for the third element of the tuple.
The value for the fourth element of the tuple.
The value for the fifth element of the tuple.