6 content1
= open('differenceDetail.new.txt.adjust','r').read().split('\n')
7 content2
= open('differenceDetail.new.txt','r').read().split('\n')
11 if line
!='' and line
[-1]!='\t':
13 if line
!='' and line
[-2]=='\t':
17 w
= open('bad.result.txt','w')