On Thursday 16 November 2006 13:36, Bogdan Botez wrote:
> Insist sa faci acel utilitar, ai intelege mai bine ce efort presupune
> atat realizarea cat si promovarea lui. Promit ca nu o sa protestez.

[EMAIL PROTECTED]:~$ ./rot13.py
asdfads
nfqsnqf
[EMAIL PROTECTED]:~$ cat rot13.py
#!/usr/bin/python

import sys

print ''.join([chr((ord(x) - ord('a') + 13) % 26 + ord('a')) for x in 
sys.stdin.read() if x.isalpha()])
[EMAIL PROTECTED]:~$


-- 
George-Cristian Bîrzan
Network Engineer
_______________________________________
RCS & RDS Constanta
Tel.: +40341.400.401 / +40341.400.402
Fax: +40341.400.450
http://www.rcs-rds.ro
_______________________________________

Privileged/Confidential Information may be contained in this message. If
you are not the addressee indicated in this message (or responsible for
delivery of the message to such person), you may not copy or deliver
this message to anyone. In such a case, you should destroy this message
and kindly notify the sender by reply e-mail.

_______________________________________________
RLUG mailing list
RLUG@lists.lug.ro
http://lists.lug.ro/mailman/listinfo/rlug

Raspunde prin e-mail lui