major updates to the solutions
[wordplay-cdsw-solutions] / solution_9.py
index d1d60bb4506932f80edb4020facf3dd99341c9ac..08ba7575756f0786f4c9d721891e7513eecea33b 100644 (file)
@@ -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.
 

Benjamin Mako Hill || Want to submit a patch?