w3ajay

tally tutorial point, ms word 2013, ms excel 2013, ms powerpoint 2010,ccc question with answer in hindi 2021, Tally Prime in hindi , tally prime,Python,in python,programming in python,python

Thursday, July 25, 2024

How to read and read binary file in Python

Program for read data in binary file in python




#Reading Data in Binary File
import pickle
f=open("ram.dat","rb")
data=pickle.load(f)
print(data)
f.close()




https://w3ajay.blogspot.com/



Please Share like and comment
 

No comments:

Post a Comment

for more information please share like comment and subscribe