basic output question

Alan Isaac aisaac at american.edu
Fri Jan 25 19:17:59 EST 2008


John Deas wrote: 
> My problem is that f.read() outputs nothing

Since ``open`` did not give you an IOError,
you did get a handle to the files,
so this suggests that the files you read
are empty...

Alan Isaac



More information about the Python-list mailing list