Read more about the article Python Tuples
Python Tuples

Python Tuples

Tuples in Python are immutable sequences, similar to lists, but with the key distinction that once created, they cannot be modified.