Opening a File and check its mode : Open : File PYTHON TUTORIALS


PYTHON TUTORIALS » File » Open »

 

Opening a File and check its mode


f = open("test.txt""rb")      
print f                                              
print f.mode                                        
print f.name



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo File
» Open