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!") 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.