Which of the following statements about list copies is not true? When you make a

a. deep copy of a list, both variables refer to their own copy of the list.
b. deep copy of a list, both variables refer to the same list.
c. shallow copy of a list, both variables refer to the same list.
d. shallow copy of a list, the list is immutable.