Doesnt this do what the original poster is try accomplish? Linnorms example - >>> list1 = [0,1,2,3] >>> list1 [0, 1, 2, 3] >>> list1 = [] >>> list1 [] >>>