14.3 Examples of Tuples in Python

Tuples use parentheses (round brackets) and each data item is separated by a comma. The items in the list can be of any data type: string, integer, float, and Boolean. For example: