The readlines() method maintains a list of each line in the file which can be iterated using a for loop: my_file=open("test1.txt","r") ...
確定! 回上一頁