Re: [Tutor] Python Challange - ord chr incrementing alphabet

2006-06-20 Thread Pavel Kosina
Adam napsal(a): > > Here's what I came up with for that challenge: > def pyc_map():#1 > [] oops, you shouldnt do that. Its against the pychalenge rules. You give here complete solution. I thing that this link should do it all : http://wiki.pythonchallenge.com/index.php?title=Main_Page -- ge

Re: [Tutor] Python Challange - ord chr incrementing alphabet

2006-06-20 Thread Adam
On 20/06/06, Paul D. Kraus <[EMAIL PROTECTED]> wrote: I just started doing the python challenges and was doing the one where the hint is 3 letters each shifted two places to the right.No big deal just ord / chr and some tests to handle looping past z.I got my answer. Then reading the solutions i se

[Tutor] Python Challange - ord chr incrementing alphabet

2006-06-20 Thread Paul D. Kraus
I just started doing the python challenges and was doing the one where the hint is 3 letters each shifted two places to the right.No big deal just ord / chr and some tests to handle looping past z.I got my answer. Then reading the solutions i see that they suggest that the best way would be to use