I took a liking to Conway\'s Game of Life and began to try and write it in python. At this moment I have yet to write any code for the borders of the program so I am just asking
You will need to swap D and C, and not just assign C to D. As it stands now, D and C will be referring to the same list after the first iteration.