tupla = (1, 2, 3) # Tentar modificar uma tupla resultará em um erro tupla[0] = 0 # TypeError: 'tuple' object does not support item assignment