InterviewSolution
Saved Bookmarks
| 1. |
The copy module uses the ___________________ protocol for shallow and deep copy.(a) pickle(b) marshal(c) shelve(d) copyregThe question was posed to me in quiz.The origin of the question is Pickle Module in division Mapping Functions and Modules of Python |
|
Answer» The correct answer is (a) pickle |
|