Section 6: Tuples

Tuples are perhaps the most mysterious data structures in Python, because people don't understand why they exist or when they should be used. In this section, we'll introduce tuples and give you insights into when and how to use them.