From 53d9ee382e74c06152ff663c3bc72c36967c385a Mon Sep 17 00:00:00 2001 From: kalanagayantha <43947400+kalanagayantha@users.noreply.github.com> Date: Wed, 30 Oct 2019 16:12:44 +0530 Subject: [PATCH] Improved the comments --- positive_word.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/positive_word.py b/positive_word.py index 42890af..a5a0e1e 100644 --- a/positive_word.py +++ b/positive_word.py @@ -1,6 +1,7 @@ -import requests +import requests from bs4 import BeautifulSoup +#created a function to get the random word def get_random_word(): page = requests.get('https://www.scrapmaker.com/view/sentiment/positive-words-all.txta') if page.status_code == 200: