X-Git-Url: https://projects.mako.cc/source/wordplay-cdsw-solutions/blobdiff_plain/d57af8e41dd0a0a46fc411ad2488d029244921e1..HEAD:/solution_4.py diff --git a/solution_4.py b/solution_4.py index 613aacd..ee71231 100644 --- a/solution_4.py +++ b/solution_4.py @@ -4,4 +4,4 @@ import scrabble for word in scrabble.wordlist: if len(word) == 6 and word[0] == 'a' and word[3] == 'e' and word[5] == 'y': - print word + print(word)