<div dir="ltr">hi!<div style>i found a bug in python 2.7.3</div><div style>if we make a list like this:</div><div style>a = [[0]*3]*3</div><div style>then change the a[y][x] like this:</div><div style>a[1][1] = 1</div><div style>
the whole column changes. the result would be:</div><div style>[[0,1,0],[0,1,0],[0,1,0]]</div></div>