コード例 #1
0
def put_dictionary():
    t = TrieNode("", True)
    t.append_all(dictionary)
    return t