Python Tuple Data Type (PYTHON FUNDAMENTALS)
Python Tuple Data Type tuple data type is exactly the same as the list data type except that it is immutable. i.e we cannot change values. Tuple elements can be represented within parentheses. Eg: Note: tuple is the read-only version of the list.