Tuples
Group multiple values efficiently using tuples, deconstruct them into variables, and utilize them for method returns and parameters.
Tuples provide a convenient way to group and work with multiple values.
A tuple is a set of values enclosed in parentheses: