generator python untuk membaca dan menulis file

for line in open('really_big_file.dat'):
    process_data(line)
Pleasant Panda