Scrabble challenge: Difference between revisions

imported>Jesstess
No edit summary
imported>Jesstess
Line 54:
====Step 1: construct a word list====
 
Write the code to open and read the sowpods word file. Create a list, where each element is a word in the sowpods word file. Note that each line in the file ends in a newline, which you'll need to stripremove from the word.
 
<b>Step 1 resources</b>:
Line 65:
</li>
</ul>
 
 
====Step 2: get the rack====
Anonymous user