def transfer(): files = open(PHONE.txt, 'r') file2 = open(PHONBACK.txt, 'r') file1 = files.readlines for lines in file1: if 'DEL' in lines.split(): file2.append(lines)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment