To read that text file line by line, use the readlines() function and for loop. count = 0 # It strips the newline character for line in lines: ...
確定! 回上一頁