Continuing my posts about Python collections (see post about sets), let's look at another important data structure in Python - the tuple. So when is it used and how does it differ from a list? ๐ Strengths of Tuples:- Immutable: Once created, they ca...
datawise.dev2 min read
No responses yet.