get_capital(country)
get_capital
Retrieve the capital city of a given country.
The country in which the user wishes to find the capital city
The capital city corresponding to the country passed
get_capital(“Italy”) ‘Rome’