- What is the definition of tuple equivalence in python?
- If two tuples have the same element regardless of order, are they equivalent tuples?
I looked in python documentation on tuples equivalence, however, it was not very clear description.
http://docs.python.org/2/tutorial/datastructures.html
Such things are defined in the language reference, not in the tutorial.