Is it possible to reduce this 4 lines code to 1 or 2 lines?
with open(\'tt.txt\') as f: for i in f.readlines(): if i != p.sub(\'\', i):