KnowledgeBoat Logo

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


Related Questions