In python which function is used to save data in a binary file
Answers
Answered by
0
Explanation:
We can perform write operation on binary file using dump() method available in python pickle library. (i). dump(): The method used for writing data to binary file is dump() method. It takes two arguments 'file object' and 'file' as parameters.
Similar questions