""" Create a function fetch_pop_python_repos that uses the Github API to fetch the 15 most popular GitHub Python based repositories that was created after Oct 1st of 2023. Return the most popular first followed by a descending order of stars as an array of tuple with the repo name as first entry and the creator's username as second.""" """ Create a function download_random_dog that users the Dogs API (https://dog.ceo/dog-api/) to save a random dog photo to a file called random_dog.jpg.""" """ Create a function fetch_osaka_japan_breweries that gets all the Japanese breweries in the city of Osaka by using the OpenBrweryDB api (https://www.openbrewerydb.org/) returns a list of tuples of first being name of brewery and second being the street address. """