From de6d23a610941a7cc1951dfb7f970665c0456860 Mon Sep 17 00:00:00 2001 From: sailingdarter Date: Tue, 13 Mar 2018 15:02:05 -0500 Subject: [PATCH 1/2] Update CountMillionCharacter.py Added a line --- CountMillionCharacter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/CountMillionCharacter.py b/CountMillionCharacter.py index 90ba62afc95..8e6ca7a78e9 100644 --- a/CountMillionCharacter.py +++ b/CountMillionCharacter.py @@ -289,6 +289,7 @@ ARCHBISHOP OF YORK Before, and greet his grace: my lord, we come. Exeunt''' +This is a test wordlist = wordstring.split() From cb65aee0d63d0101047d3dcf7c26f07dd87c4f32 Mon Sep 17 00:00:00 2001 From: sailingdarter Date: Tue, 13 Mar 2018 15:09:47 -0500 Subject: [PATCH 2/2] Update README.md sample edit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49c354abab6..9b4b5ab0044 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,7 @@ In the scripts the comments etc are lined up correctly when they are viewed in [ - [cricket_live_score](https://github.com/geekcomputers/Python/blob/master/Cricket_score.py) - Uses BeautifulSoup to provide live cricket score. -- [youtube.py](https://github.com/geekcomputers/Python/blob/master/youtube.py) - Takes input a song name and fetches the youtube url of best matching song and plays it. +- [youtube.py](https://github.com/geekcomputers/Python/blob/master/youtube.py) - Takes input a song name and fetches the youtube url of best matching song and plays it. + + +THIS IS A TEST