readlines () returns an iterable list of lines in the text file. We set up a for loop to iterate over this list of lines. Each line in the text file is a string.
確定! 回上一頁