Skip to content

Instantly share code, notes, and snippets.

@RickEyre
Created March 29, 2019 22:52
Show Gist options
  • Save RickEyre/7c74f31360af08f7e477ee2b749fc2d9 to your computer and use it in GitHub Desktop.
Save RickEyre/7c74f31360af08f7e477ee2b749fc2d9 to your computer and use it in GitHub Desktop.
def longer_country(country1, country2):
return longer(get_capital(country1), get_capital(country2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment