1. Create a new project in PyCharm and create the main.py file.

2. Create an input() prompt that asks what year you would like to travel to in YYY-MM-DD format. e.g.

2. Using what you've learnt about BeautifulSoup, scrape the top 100 song titles on that date into a Python List.

Hint: Take a look at the URL of the chart on a historical date: https://www.billboard.com/charts/hot-100/2000-08-12

SOLUTION