Chicago Python Workshop/Chicago Python Workshop 1/Saturday projects/Wordplay: Difference between revisions

imported>Aisha
imported>Aisha
Line 5:
# Demo <tt>scrabble_cheater.py</tt>
# Create fake_scrabble.py where you use scrabble_cheater as a module to return all possible words that could be placed against a letter.
## For this project, your script should run like this: <code>python fake_scrabble.py <RACK> <BOARD_LETTERS></code>
<code>python fake_scrabble.py <RACK> <BOARD_LETTERS></code>
## You can assume that there is plenty of space between letters in BOARD_LETTERS on the board.
## You should also modify scrabble_cheater.py to return what it prints out, and put the surrounding code under a function definition.
Anonymous user