Create the code that retrieves the longitude and latitude of any city the user asks for. For example city_coord("New York") This should return [40,17495, -74.5948]
Create the code that retrieves the longitude and latitude of any city the user asks for.
For example
city_coord("New York")
This should return
[40,17495, -74.5948]