--- George-Cristian Bîrzan
<[EMAIL PROTECTED]> wrote:

> Major rewrite:
> 
> [EMAIL PROTECTED]:~$ cat rot13.py
> #!/usr/bin/python
> 
> import sys
> 
> print ''.join(map(lambda x: x.isalpha() and
> chr((ord(x) - ord('a') + 13) % 26 + ord('a')) or x,
> sys.stdin.read().lower()))
> [EMAIL PROTECTED]:~$
> 

1. e pe undeva in metropolitana, sa-i fac download? :)
2. as putea sa-i fac un mirror?
3. poate mai adaugi si un tutorial, changelog si ce
mai trebuie
4. poate totusi ai putea sa-l rescri ca sa fie intr-o
singura linie

/Ionut


 
____________________________________________________________________________________
Sponsored Link

$420k for $1,399/mo. 
Think You Pay Too Much For Your Mortgage? 
Find Out! www.LowerMyBills.com/lre

_______________________________________________
RLUG mailing list
[email protected]
http://lists.lug.ro/mailman/listinfo/rlug

Raspunde prin e-mail lui