E
Size: a a a
РА
PZ
E
PZ
GM
РА
GM
OO
OO
GM
DT
S
f = open(".diff", "r")
for string in f:
result = re.search(r'Fatal', string)
if result:
file2 = open('file2', 'w')
file2.write(string)
file2.close()
Fatal 39
Fatal 40
test
Fatal 40
PZ
OO
f = open(".diff", "r")
for string in f:
result = re.search(r'Fatal', string)
if result:
file2 = open('file2', 'w')
file2.write(string)
file2.close()
Fatal 39
Fatal 40
test
Fatal 40
OO
OO
PZ
PZ
S