March 2003
Intermediate to advanced
656 pages
39h 30m
English
read
m.read(n)
Reads
and returns a string s containing up to
n bytes starting from
m’s file pointer, then
advances m’s file pointer
by
len(
s
).
If there are less than n bytes between
m’s file pointer and
m’s length, returns the
bytes available. In particular, if
m’s file pointer is at
the end of m, returns the empty string
''.