Kernel: Python 3 (Anaconda 5)
Puzzler
In this exercise we're going to try to solve the Car Talk Puzzler given below (Exercise 6).
http://greenteapress.com/thinkpython2/html/thinkpython2012.html#sec139
I've loaded the pronunciation dictionary into this directory. Below you'll find the read_dictionary
function and a couple of examples for its use.
In [22]:
In [43]:
In [62]:
Out[62]:
aaron
eerie
llama
llana
llano
lloyd
ooohs
scent
In [47]:
Out[47]:
'V AA1 M AH0 T'
In [53]:
Out[53]:
'ntidisestablishmentarianism'
In [56]:
Out[56]:
'atidisestablishmentarianism'
In [57]:
Out[57]:
True
In [0]:
In [0]:
In [0]:
In [0]: