From b4944c91b5549c5fcc7236291b732acb16648100 Mon Sep 17 00:00:00 2001 From: PHill86 Date: Mon, 2 Oct 2017 22:23:48 -0400 Subject: [PATCH 1/2] Updated with my own opinion --- CountMillionCharacter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/CountMillionCharacter.py b/CountMillionCharacter.py index 79916c56667..c88c7ebbf49 100644 --- a/CountMillionCharacter.py +++ b/CountMillionCharacter.py @@ -298,3 +298,4 @@ print("List\n {} \n".format(str(wordlist))) print("Frequencies\n {} \n".format(str(wordfreq))) print("Pairs\n {}".format(str(list(zip(wordlist, wordfreq))))) +print("And here is my two cents!") From 8b0332bc216e624279a7255b34bf05ad8367bcb9 Mon Sep 17 00:00:00 2001 From: PHill86 Date: Mon, 2 Oct 2017 22:34:30 -0400 Subject: [PATCH 2/2] Updated with Pat's important message --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ee63e118618..d0633c051e4 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,5 @@ In the scripts the comments etc are lined up correctly when they are viewed in [ - `cricket_live_score` - Uses BeautifulSoup to provide live cricket score. - `youtube.py` - Takes input a song name and fetches the youtube url of best matching song and plays it. + +- Pat's important message