# Copy a List basket = ['apples', 'pears', 'oranges'] new_basket = basket.copy() new_basket2 = basket[:]