You can enter letters you've already deciphered (e.g., "A" for number 12).
Returns: list: List of found words. """ words = [] directions = [(0, 1), (1, 0), (1, 1), (-1, 1), (1, -1), (-1, 0), (0, -1), (-1, -1)] code cracker word finder
dictionary = ["HELLO", "RAINY", "EVERY", "OUT", "OATH"] You can enter letters you've already deciphered (e
You can use symbols like ? or * to represent unknown letters. -1)] dictionary = ["HELLO"