Write the use of pickle.dump( ) function.
Answers
Answered by
0
Explanation:
To open the file for writing, simply use the open() function. The first argument should be the name of your file. ... Once the file is opened for writing, you can use pickle. dump() , which takes two arguments: the object you want to pickle and the file to which the object has to be saved.
Similar questions