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?

28th Jan 2021, 8:54 AM
EHSAN
2 Antworten
+ 5
by using the pickle library
28th Jan 2021, 8:56 AM
Slick
Slick - avatar
28th Jan 2021, 9:42 AM
R🍁🇮🇳
R🍁🇮🇳 - avatar