What is the difference between a shallow copy and a deep copy in Python?
A. Shallow copies copy nested objects
B. Deep copies copy only the outer object
C. Shallow copies copy references to nested objects
D. Deep copies copy nested objects
Answer: Option C

Join The Discussion