Python Programming for the Absolute Beginner, 3rd Edition

At this point, you may be thinking, "Why use tuples at all?" It's true that lists can do everything tuples can, plus more. But don't be so quick to dismiss tuples. There is a place for them in your Python programming world. There are a few occasions where tuples make more sense than lists.

But, because lists are so flexible, you're probably best off using them over tuples in most cases.

Категории