Concept Flow - Tuple immutability
Create tuple
Try to change element
Error: TypeError
Tuple unchanged
Program continues or stops
This flow shows that once a tuple is created, trying to change its elements causes an error, keeping the tuple unchanged.