Computer Science
Name the functions used to read and write in binary files.
Python File Handling
6 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.
6 Likes
The functions used to read and write in binary files are load() and dump() functions of pickle module respectively.
Answered By
1 Like