Scrabble challenge: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
Line 54: Line 54:
====Step 1: construct a word list====
====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 strip.
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 remove from the word.


<b>Step 1 resources</b>:
<b>Step 1 resources</b>:
Line 65: Line 65:
</li>
</li>
</ul>
</ul>



====Step 2: get the rack====
====Step 2: get the rack====