You can use f.readline() to read one line at a time: import os path = "/Users/Desktop/test/" # Read every file in directory for filename in ...
確定! 回上一頁