L1 = list(range(5)) print L1 L2 = [x for x in L1] L2.append(8) print L1