File1.txt contains
text line 1
text line 2
text line 3
File2.txt contains
text line 3
text line 4
text line 5
I wan't to make a file that contains
text line 1
text line 2
so basically If line exists on file2.txt remove it from file1.txt
I tried playing around with .readlines statements and if statements inside a for loop with no success