fp.readline()¶. Reads a file line by line, returns a line as string. fp.readline() too maintains a cursor and therefore on re-execution yields next line. a ...
確定! 回上一頁