Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 527 Bytes

Fake-album-cover-game

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.