This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Requires a copy of | |
# https://raw.githubusercontent.com/AEFeinstein/ScrabbleBot/master/src/ospd4.txt | |
from string import ascii_lowercase | |
from string import digits | |
from unicodedata import digit | |
import getopt, sys | |
############################################################################### |