Tuples
A Tuple is an immutable collection of ordered items.
Items in the tuple can be of any type: strings, numbers, dictionaries, lists, objects, ...
Use parentheses (()) to create a tuple.
Use commas to separate items in the tuple.
If you try to modify a tuple you get an error: