1. 3
    Understand Immutability with Python Tuples
    1m 19s

Understand Immutability with Python Tuples

InstructorCeora Ford

Share this video with your friends

Send Tweet

Tuples are immutable so there is no way to add or replace items in tuples. There is a way to get around this by adding two tuples into one.