|
|
|
@ -78,7 +78,7 @@ def filter_wordlist(input,remaining_letters,word_list): |
|
|
|
return list(remaining_words) |
|
|
|
|
|
|
|
|
|
|
|
PROMPT = "Enter word with '.' to represent missing letters ('/' to separate multiple words): " |
|
|
|
PROMPT = "Enter word with '.' to represent\nmissing letters ('/' to separate multiple words): " |
|
|
|
NEG_PROMPT = 'Enter letters which are confirmed not to occur: ' |
|
|
|
ALPHABET = set(letter for letter in alphabet) |
|
|
|
|
|
|
|
|