From 77385b31be6390fda5bf8b6c02ff513aa62a80b3 Mon Sep 17 00:00:00 2001 From: Bach Date: Tue, 15 Nov 2016 01:16:43 +0100 Subject: [PATCH 1/2] Added message to indicate my opinion. --- CountMillionCharacter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/CountMillionCharacter.py b/CountMillionCharacter.py index cf6696cbae8..7ec99f69f3b 100644 --- a/CountMillionCharacter.py +++ b/CountMillionCharacter.py @@ -293,3 +293,4 @@ value = pprint.pformat(count) print(value) +print("Adding my two cents here!") From 90a5f89ab7c2c8558d197bcd1ee1046144b846f5 Mon Sep 17 00:00:00 2001 From: Bach Date: Tue, 15 Nov 2016 01:52:31 +0100 Subject: [PATCH 2/2] Important revision to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e14ac220822..e2b0e09ad8d 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,5 @@ In the scripts the comments etc are lined up correctly when they are viewed in [ - `get_youtube_view.py` - This is very simple python script to get more views for your youtube videos.Some times I use for repeating my favorite songs by this scripts. - `CountMillionCharacter.py` - This Script will,counting character script, count how much character present *any text based file. + +- The end.