I have a list in the form of a .txt file that i need to pull certain information from based on a user input.
Latitude Longitude City Province/State Country
82°30N 62°20W Alert Nunavut Canada
81°36N 16°40W Nord Greenland Denmark
79°59N 85°56W Eureka Nunavut Canada
this is a snippet of the list. I understand how to pull the information out and put it into a list. I need to find the city that the user inputs and then output the linked lat and lon of the city. I am new to python so not sure what process i could use to solve this.