[Perl Golf] Round 1

Alec Taylor alec.taylor6 at gmail.com
Sun Feb 5 06:49:43 EST 2012


One sentence can contain one or more strings next to each-other, which
can be joined to make another word.

e.g.:

"to get her" == "together"
"an other" == "another"
"where about" == "whereabouts"

&etc

Solve this problem using as few lines of code as possible[1].

Good luck!

[1] Don't use external non-default libraries; non-custom word-lists excepted



More information about the Python-list mailing list