File read() Demo : File Read : File PYTHON examples


PYTHON examples » File » File Read »

 

File read() Demo



f = open(r'c:textsomefile.txt')
print f.read()
f.close()
           
       



Leave a Comment / Note


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


PYTHON examples

 Navioo File
» File Read