The line that jumps out at me as being a performance concern is this one: words = [line.strip() for line in infile].
確定! 回上一頁