line = file.readline() while line !=' ': print line line = file.readline() As mentioned in the docs, the EOF returns an empty string. I am unable
確定! 回上一頁