Name: Anonymous 2011-03-26 8:19
In the language of your choice list in order of frequency bi-grams and tri-grams posted to
/prog/.
/prog/.
def foo(a, (b, c), (d, e)): print "%s %s %s %s" % (a, b, (c, d), e)
foo [a [b c] [d e]] -> say "$a $b [$c $d] $e"