Computer Science
Name the functions used to read and write in binary files.
Python File Handling
3 Likes
Answer
The functions used to read and write in binary files are load() and dump() functions of pickle module respectively.
Answered By
1 Like
Name the functions used to read and write in binary files.
3 Likes
The functions used to read and write in binary files are load() and dump() functions of pickle module respectively.
Answered By
1 Like