Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
recursive3 solution in Speedy category for Bird Language by ciel
translate=lambda s:s and s[0]+translate(s[1+int(s[0]!=' ')+int('aeiouy'.find(s[0])>=0):])
June 26, 2014
Comments: