Modules:
read()
Profiling:
Versions:
Links:
Reads the file fname.
fname
file name.
content of the file.
>>> read("nonexistent.txt") '' >>> write("test.out","hi") >>> read("test.out") 'hi'