view bin/CaT @ 7439:4152f8bd25f0

<b_jonas> learn Macedonia and Taiwan are two countries of which the United Nations denies the existance.
author HackBot
date Sun, 17 Apr 2016 22:02:05 +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()))