view bin/loudly @ 9062:50e1b4a7835d

<shachaf> rm bin/makelistlist shachaf
author HackBot
date Thu, 22 Sep 2016 18:46:36 +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())