Shallow vs Deep Copying of Python Objects Quiz – Real Python

Interactive Quiz ⋅ 12 Questions
By Bartosz Zaczyński

In this quiz, you’ll test your understanding of How to Copy Objects in Python: Shallow vs Deep Copy Explained.

By working through this quiz, you’ll revisit the concepts of shallow and deep copying, and how they affect mutable objects in Python.

The quiz contains 12 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!

Related Resources

Shallow vs Deep Copying of Python Objects

Shallow vs Deep Copying of Python Objects