Word wheel: Difference between revisions

Content added Content deleted
m (→‎{{header|Python}}: Added an experimental pre-test. Barely worth it, but left it it anyway :-)
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 composed
central letter of grid, and can be completed
from single uses of each of the remaining
by single uses of some or all of the remaining
letters in the grid.
letters in the grid.
'''
'''