Update to “Solving Boggle-type word games in Python”

I recently updated the code in my post “Solving Boggle-type word games in Python” to run under Python 3.1.  The previous code ran under 2.6 and there were a few breaking changes between versions. The breaking changes I encountered: print is now a function call raw_input replaced with input No...