need this to use requests.get()
need this to use BeautifulSoup()
page = requests.get(“https://codedamn-classrooms.github.io/webscraper-python-codedamn-classroom-website/”)
Make a request to a site
we use selectors on soup variable
a CSS selector inside BeautifulSoup
a selector that returns links