Question: I have the following implementation of a trie in python. I want to implement the startsWith function that will return a list of all words that start with the prefix. Currently it return tue or false. Im not sure ...