The final assignment is to create the Fake album cover by selecting the randam wikipedia page
step1: use function display_cover
step2: getting a random page from wikipedia and converting it to a string. use build-in function
step3: extract title of the article that is enclosed with in html tag titles and get rid of the phrase, then [assign title to the variable band_title]
step4: repeat step2 & 3 but assign the values to the variable to the album_title.
step5: use function Display_cover to print out the album cover with random article titles
By doing this assignment you will learn
1, How to use the functions in python.
2, Loading a random page from wikipedia.
3, Extracting the title of the article.
4, Displaying the album cover.