Word wheel: Difference between revisions

Content added Content deleted
m (→‎{{header|Python}}: ( edited a docstring ))
Line 581: Line 581:
def gridWords(grid):
def gridWords(grid):
'''The subset of words in ws which contain the
'''The subset of words in ws which contain the
central letter of grid, and can be completed
central letter of the grid, and can be completed
by single uses of some or all of the remaining
by single uses of some or all of the remaining
letters in the grid.
letters in the grid.