how to make a new copy of a list in python code example Example: copy a list python new_list = old_list.copy() # or new_list = old_list[:]