0
How can I write and read data to and from a binary file in Python?
I would like to know how can I write integers, floats, strings and other objects to a binary file .. and how can re-read them from that file?
2 Respuestas
+ 5
by using the pickle library
0
EHSAN Check this following resource for Python File Handling
https://www.softwaretestinghelp.com/python/python-file-reading-writing/