how to make a deep copy of a list in python 2.7 code example Example: python deep copy list new_list = [i for i in old_list]