The copy module uses the ___________________ protocol for shallow and deep copy.
(a) pickle
(b) marshal
(c) shelve
(d) copyreg
The question was posed to me in quiz.
The origin of the question is Pickle Module in division Mapping Functions and Modules of Python