Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Uncategorized category for Right to Left by Moff
def left_join(phrases):
return ','.join(s.replace('right', 'left') for s in phrases)
July 21, 2015