L1 = list(range(5)) print L1 L2 = L1.copy() L2.append(8) print L1