view bin/loudly @ 8939:83e9cce0f6b6

<oerjan> sled bin/bf//3iecho hi
author HackBot
date Thu, 18 Aug 2016 02:35:40 +0000
parents 6ca43f5f4d7d
children
line wrap: on
line source

#!/usr/bin/env python
import sys, itertools, locale, locale
inp = len(sys.argv) >= 2 and sys.argv[1] or raw_input()
cyc = itertools.cycle(["\00304,09","\00309,04"])
print "".join(cyc.next() + c for c in unicode(inp, locale.getpreferredencoding())).encode(locale.getpreferredencoding())