since tuples are immutable is there a way that given this list:
lista = [((0,0), False), ((1,0), False)]
I can replace the (1,0)
(1,0)