HarounTaHa/task1_python
you have a text file which contains URLs, IP addresses and MAC addresses with junk data. You have to filter it by putting IP addresses in a separated file, as well as URLs and the MAC addresses. After that you'll need to remove the duplicated data and make sure there are no repeated URLs, IP addresses or MAC addresses.
Python