Create a program that takes in a web address and returns the IP address or returns a dns error - address not found Create 2 lists - one to hold the web addresses and one to hold the IP addresses Open the relevant text file and store it in the relevant list. Close the file. Take in the web address Find it in the relevant list and find the index position. Then return the IP address that is in that index position.