X-Git-Url: https://projects.mako.cc/source/wordplay-cdsw-solutions/blobdiff_plain/715cf79efb1139d981e5716ed14f471fbeaddb2a..HEAD:/solution_9.py diff --git a/solution_9.py b/solution_9.py index d1d60bb..08ba757 100644 --- a/solution_9.py +++ b/solution_9.py @@ -2,7 +2,8 @@ import scrabble # Make a list of the highest scoring word that starts with each letter. -# This is a bit more advanced, but you already know how to do every single piece of this. +# This is a bit more advanced, but you already know how to do every +# single piece of this. # This only returns 1 word with the given score.