Update testing.ipynb
Browse files- testing.ipynb +1 -1
testing.ipynb
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
''' A simple web scraping script using requests and BeautifulSoup libraries. I am trying to achive the following:
|
3 |
1. Send an HTTP GET request to a website.
|
4 |
2. Parse the HTML content of the page.
|
|
|
1 |
+
|
2 |
''' A simple web scraping script using requests and BeautifulSoup libraries. I am trying to achive the following:
|
3 |
1. Send an HTTP GET request to a website.
|
4 |
2. Parse the HTML content of the page.
|