Hi all, I want to create a list x from a list y: y = [[1,2,3],[4,5,6]] x = y How do I change individual elements of x without changing y? Thanks in advance, Jose Luis