World's Best AI Learning Platform with profoundly Demanding Certification Programs
Designed by IITian's, only for AI Learners.
Download our e-book of Introduction To Python
4 (4,001 Ratings)
218 Learners
Neha Kumawat
6 months ago
f=os.open("test_data.dat", os.O_RDONLY)
a = os.read(f,20)
print (a.decode('utf-8'))