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


PYTHON examples » File » File Read »

 

File read(n)



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

f.read(4)

f.close()

           
       



Leave a Comment / Note


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


PYTHON examples

 Navioo File
» File Read