view bin/CaT @ 8339:55453afb2bc3

<Destructible> le/rn love/Baby don\'t hurt me, don\'t hurt me no more
author HackBot
date Sun, 05 Jun 2016 03:23:48 +0000
parents 7f957c1f4661
children
line wrap: on
line source

#!/usr/bin/env python
import sys
sys.stdout.write ((lambda s: "".join([(s[i].upper() if i%2==0 else s[i].lower()) for i in range(len(s)) ]))(open("/dev/stdin").read()))