Looping over the file already reads lines. You don't need nor should you call f.readline() again. You already have the line in line , so just use that.
確定! 回上一頁