diff --git a/Web Scraping with Python and BeautifulSoup/Web Scraping with Python and Beautiful Soup.py b/Web Scraping with Python and BeautifulSoup/Web Scraping with Python and Beautiful Soup.py index 4c551b8..0697cba 100644 --- a/Web Scraping with Python and BeautifulSoup/Web Scraping with Python and Beautiful Soup.py +++ b/Web Scraping with Python and BeautifulSoup/Web Scraping with Python and Beautiful Soup.py @@ -53,4 +53,5 @@ for container in containers: # writes the dataset to file f.write(brand + ", " + product_name.replace(",", "|") + ", " + shipping + "\n") -f.close() # Close the file \ No newline at end of file +f.close() # Close the file +---End of code--- \ No newline at end of file