Write a command-line app, ability_list.py, that takes a single argument that is the name of a pokemon.  It then uses the request library and pokeapi.co to query the pokemon and ability functions.  It will print out each ability of the supplied pokemon, and then the name of that ability in as many other languages as provided by the API. 

Part of the assignment will be digging around the API documentation to find the data you need.  Your program should work on ANY legal Pokemon name.