> Hi John, took me awhile to solve this one too, it's quite good, teaches you > about a part of Python that you wouldn't normally use. > Do you want hints or spoilers? > I've give hints for now, search the Python docus for 'trans', check the > string methods. You can also do it with a convoluted list comprehension - that's what I did. Alan