Python Tuples
Tuples in Python are immutable sequences, similar to lists, but with the key distinction that once created, they cannot be modified.
Tuples in Python are immutable sequences, similar to lists, but with the key distinction that once created, they cannot be modified.
Python provides Numeric data type like int, float, complex. Sequence type like List and Tuple, Mapping type Set type , Boolean type and Binary type.