On 22/02/06, ryan luna <[EMAIL PROTECTED]> wrote: > What i need is a program that translates english in-to > this completly made up language this person has.
Well, it depends how sophisticated your made-up language is. If you're just replacing one word by another, you can use (appropriately enough) a dictionary. You can read about dictionaries in the tutorial here: http://docs.python.org/tut/node7.html#SECTION007500000000000000000 If you want to do genuine translation, like English to French or something, then, well, ask someone who works at Google :-) -- John. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor