view bin/CaT @ 4642:2c8609f43b64

<kmc> addquote <zzo38> Is axiom of choice applicable to work of such a game though? Maybe it is, but I don\'t know. I also don\'t know, what game.
author HackBot
date Wed, 28 May 2014 04:41:06 +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()))