TrieTree TrieTree will return a list of all the words with a certain prefix from a specified file. Example: python trie.py pl /home/user/file.txt ['plan', 'place', 'placid', 'plenty']