Level 1 - Pythonic way additional hint
I'm relatively new to Python and am trying to do this in a python specific manner. I can see building a translation table and using the translate function, but this strikes me as brute force (and tedious). Can anyone give me another hint (or three) that will get me going in the right direction?
Thanks.
Thanks.

