Re: [Tutor] need a example of translate or maketrans

2005-05-10 Thread John Carmona
Terry, thanks very much that was very helpful right at this moment :) This is what beginners like me needs small example that explain very well how to use some of the functions. I found sometimes that the explanation on the book or the documentation going over my head because they don't show a

Re: [Tutor] need a example of translate or maketrans

2005-05-09 Thread Terry Carroll
On Mon, 9 May 2005, Servando Garcia wrote: > As you can guess I am working on the riddles. I have looked in vain > for a simple example and or a explanation of the string function > "translate" or even "maketrans" >Can someone please send me a working example,please. Here's a quic

[Tutor] need a example of translate or maketrans

2005-05-09 Thread Servando Garcia
Hello list As you can guess I am working on the riddles. I have looked in vain for a simple example and or a explanation of the string function "translate" or even "maketrans" Can someone please send me a working example,please. thanks _