... Python is to use the file object's readlines() method: with open('file.txt') as f: lines = f.readlines()# Takes approx. 0.03 of a second ...
確定! 回上一頁