From 205f8fa81c3b0a08b29aba8dd13bf8a767e19f98 Mon Sep 17 00:00:00 2001 From: arhamakheel Date: Thu, 29 Mar 2018 17:33:02 -0700 Subject: [PATCH] Code Changes, last line of Python code --- Web Scraping with Python and BeautifulSoup/Web Scraping with Python and Beautiful Soup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- libgit2 0.26.0