Tuples
Tuples are immutable lists so it supports all the same operations similar to a list with the exception of modifications. Tuples are defined either using parantheses (with comma separation) or just as a comma separated list.
Tuples are immutable lists so it supports all the same operations similar to a list with the exception of modifications. Tuples are defined either using parantheses (with comma separation) or just as a comma separated list.