0
What is the ultimate goal of using a tuple? I already know the difference between a tuple and a list. I want to understand how the tuple works and what is its true purpose at the level of use.
0
What is the ultimate goal of using a tuple? I already know the difference between a tuple and a list. I want to understand how the tuple works and what is its true purpose at the level of use.
Browser other questions tagged python
You are not signed in. Login or sign up in order to post.
Is it duplicate? http://answall.com/q/52799/101
– Maniero
Related: http://answall.com/q/165773/101
– Maniero
@bigown I mentioned precisely that I know the difference between them, and I even consulted those questions before... thanks anyway.
– Luís Almeida
There in the accepted answer of the other question is: "From the conceptual point of view you should use tuples to assemble heterogeneous data structures [...]". Ready.
– Luiz Vieira