Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1-liner: join and replace solution in Clear category for Right to Left by Phil15
left_join = lambda phrases: ','.join(s.replace('right','left') for s in phrases)
Nov. 4, 2018