Freeze Your Data: Discover the Magic of Python Tuples
What is Tuple ?
A tuple is similar data type as of list in Python and also a data structure because it stores a collection of data. This is why it is considered a built-in data structure in Python. A tuple is defined using square brackets ( ), and th...
data-structure-py.hashnode.dev2 min read