Skip to main content

One doc tagged with "Immutability"

View all tags

Tuples: Immutable lists, creating and using tuples

After mastering the flexibility of lists in Part 1 and Part 2, we now turn to their close relative they are immutable. Understanding this distinction is key to writing robust and efficient Python code.