x=[1,2],id(x), x+=[3], id(x) ; # same id, means x stay at the original location
there should be a blog page to list those surprises for beginners :)