Return all lines in the file, as a list where each line is an item in the list object: f = open("demofile.txt", "r") print(f.readlines()).
確定! 回上一頁