view bin/CaT @ 7790:4657e59512c4

<hppavilion[1]> mkx bin/blame//echo It was tswett\'s fault! Punish them!
author HackBot
date Fri, 06 May 2016 00:22:42 +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()))