Next, on line 3 the File object is wrapped in a BufReader object. This enables us to read it line-by-line, which is what we do in line 4. The lines() method ...
確定! 回上一頁