

InterviewSolution
Saved Bookmarks
1. |
The module _______________ is a comparatively faster implementation of the pickle module.(a) cPickle(b) nPickle(c) gPickle(d) tPickle |
Answer» The correct option is (a) cPickle Easy explanation - The module cPickle is a comparatively faster implementation of the pickle module. |
|