Get Mystery Box with random crypto!

The elements of a tuple once set cannot be changed but that of | delicious py

The elements of a tuple once set cannot be changed but that of a list can

x = (1, 2)
x[0] = 3

Will raise TypeError: 'tuple' object does not support item assignment.