Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 247 Bytes

File metadata and controls

8 lines (5 loc) · 247 Bytes

PythonScrabble

Simple Scrabble program using Python.

fn1.py - To check if the words were made with a chunks of alphabets .

fn2.py - Same functions with wildcard handler.

fn3.py - Find the longest word in the enable1 dict that can be created.