f.readline() reads a single line from the file; a newline character ( \n ) is ... the lines of a file in a list you can also use list(f) or f.readlines() .
確定! 回上一頁