Question: Write a function removeDuplicates(filename) which remove duplicate lines from the file with the given name and writes the output to a file called output.txt. Among
Write a function removeDuplicates(filename) which remove duplicate lines from the file with the given name and writes the output to a file called "output.txt". Among the duplicate lines, the resulting file should only keep the one that appears first in the original file.
Please give me in python
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
