The readlines() function returns a list of lines in file. We can iterate over that list and strip() the new line character then print the ...
確定! 回上一頁