File read() Demo : File Read : File : Python examples (example source code) Organized by topic

C++
PHP
Python
Python Home »  File   » [  File Read  ]  Screenshots 
 



File read() Demo

f = open(r'c:\text\somefile.txt')
print f.read()
f.close()
           
       
Related examples in the same category
1.  Open a file and read char by char
2.  File read(n)
3.  File readline() File readline()
4.  File readlines
5.  Looping Over Characters with read
6.  Reading Everything: read the whole file in one go
7.  Iterating Over Lines with readlines
8.  Loop through a file
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.