Question: Please solve it with python. Write a function removeDuplicates(filename) which remove duplicate lines from the file with the given name and writes the output to
Please solve it with python.
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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
