All Projects Data Science Creating randomly generated album covers with: Learn how to use the function display_cover Loading a random page from Wikipedia Extracting the Title of the Article Displaying the Album Cover
#Project completed on Jupyter Notebook
Question 2 Get Wikipedia page is converted to a string Use the function get from the requests library to download the Wikipedia page using the wikipedia_link as an argument. Assign the object to the variable raw_random_wikipedia_page.