pickle module क्या करता है?
What does the pickle module do in Python?
A
Encrypt data
B
Save images
C
Serialize and deserialize Python objects
D
Sort lists
Explanation
Correct Answer: C) Serialize and deserialize Python objects