X-Git-Url: https://projects.mako.cc/source/wordplay-cdsw-solutions/blobdiff_plain/715cf79efb1139d981e5716ed14f471fbeaddb2a..7b538ea99568eb4511b2b92e3f55193796017866:/solution_8.py diff --git a/solution_8.py b/solution_8.py index 75aaa5e..732deeb 100644 --- a/solution_8.py +++ b/solution_8.py @@ -13,5 +13,5 @@ for word in scrabble.wordlist: max_word = word max_score = score -print max_score -print max_word +print(str(max_score) + " : " + max_word) +