Understand Immutability with Python Tuples

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.