Pick the correct statement regarding pickle and marshal modules.
Pick the correct statement regarding pickle and marshal modules. Correct Answer The pickle module keeps track of the objects that have already been sterilized whereas the marshal module does not do this
The correct statement from among the above options is that the python module keeps track of the objects that have already been sterilized whereas the marshal module does not do this. The rest of the statements are incorrect.